body {
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 14px; 
background-color: #476ABC;
padding : 0;
margin : 0;
}
img.bg {
z-index: -9000;
width: 100%;
height: 100%;
position: fixed;
}
div.site {
position: static;
}
#wrapper { 
margin : 0 auto; 
width : 800px;
} 
#header { 
width : 800px; 
padding : 0; 
height : 140px; 
margin : 5px 0 0 0; 
background-image : url(header.png); 
} 
#faux { 
background : url(faux.png);
margin-bottom : 0;
width : 100%;
overflow: auto;
} 
#content { 
display : inline; 
float : left; 
margin : 2px 2px 2px 0px; 
padding : 2px; 
width : 780px; 
position: relative;
} 
#footer { 
background-image : url(footer.png); 
position : relative; 
margin: 0px 0px 0px 0px;
padding : 0px;
width : 800px; 
height : 35px; 
}
.border { 
border : 1px solid black; 
} 
