/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

body {
background-image:url(/assets/header_background.png);
background-repeat:repeat-x;
position:relative;
}
#logobox {
position:relative;
top:0px;
left:0px;
width:200px;
height:100px;
}

.content_wrap {
position:relative;
margin-left:auto;
margin-right:auto;
width:960px;
height:auto;
}

#header_wrap {
width:960px;
height:100px;
position:relative;
margin-left:auto;
margin-right:auto;
}

h1,h2,h3 {
text-align:left;
}