how do i center the contact info (email and #) in my footer here? I currently have this below. I want the information to be in the center for all browsers. #footer { clear: both; width: auto; margin: 50px 0 0 0; overflow: hidden; } .footershoe { float:left; } .footeraddress { float:left; margin: 30px 0 10px 200px; }