/**** CHAPTER ZERO ****/
/**** WWW.CHAPTERZERO.COM ****/
/**** DIVS.CSS : CSS BY CHAPTER ZERO ****/


#container
{
min-height: 100%;
position: relative;
}

#header
{
background-image: url(../png/backgrounds/bg_tint_black.png);
background-repeat: repeat;
height: 110px;
width: 100%;
z-index: 200;
}

#body
{
margin: 0 auto;
padding-top: 50px;
padding-bottom: 50px;   /* Height of the footer */
text-align: center;
width: 962px;
z-index: 300;
}

#footer
{
background-image: url(../png/backgrounds/bg_tint_black.png);
background-repeat: repeat;
clear: both;
height: 325px;
width: 100%;
z-index: 200;
}


/**** REWRITING YOUR FUTURE_ ****/