I haven\'t played with CSS for too long a time and am without references at the moment. My question should be fairly easy but googling isn\'t bringing up a sufficient answer
Best and simple approach with css3
#subtitle{ /*for webkit browsers*/ display:-webkit-box; -webkit-box-align:center; -webkit-box-pack: center; width:100%; } #subleft,#subright{ width:50%; }