body {
background-color: #381C12;
background-image: url(images/bg.png);
margin:0 auto;
}
img{
margin:0px;
padding:0;
}
#container {
	   width:900px; height:auto;
           margin:0 auto;
}
#header{
width:900px;
height: 394px;
}
#content{
width:900px;
height:auto;
align:center;
background: url(images/contentBG.gif) repeat-y;
padding-left:120px;
margin:0 auto;
margin-bottom:-10px;
margin-top:-10px;
}
#content p {
width:650px;
margin: 5px;
padding:5px;
}
#footer{
width:900px; height: 75px;
background: url(images/footer.gif);
text-align:center;
font-size:8px;
color:white;
}
#footer p{
padding-top:45px;
}
a, a:visited{
color:white;
}
IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none; }
