Ok comment out the
body_wrapper, and
navbar, and add this at the bottom:
Code:
.navbar {
background: none repeat scroll 0 0 #089cff;
color: rgb(255, 255, 255);
font: 11px Arial,Calibri,Verdana,Geneva,sans-serif;
height: 53px;
margin: 10px 310px -20px 193px;
position: relative;
}
.body_wrapper {
background: none repeat scroll 0 0 rgb(255, 255, 255);
border-radius: 5px;
margin-left: auto;
margin-right: auto;
max-width: 1188px;
padding: 10px;
}