/* 
    Document   : default
    Created on : Jul 10, 2010, 10:04:36 PM
    Author     : Chris
    Description: Cascading Style Sheet for http://www.ChrisStaber.com
*/

body{
margin: 0px;
padding: 0px;
}

#bgheader{
height: 300px;
width: 100%;
background: url('/images/bgheader.jpg');
background-repeat: no-repeat;
background-position: right;
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
padding: 0px;
z-index: 2;
}

#bgcenter{
height: 500px;
width: 100%;
position: absolute;
top: 295px;
left: 0px;
margin: 0px;
padding: 0px;
z-index: 1;
}


#bgfooter{
margin: -10px;
padding: 0px;
}