* {
    margin: 0;
}
html, body {
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
}


#container{
     background-image: url('../images/containter_back.jpg');
    background-repeat: repeat-x;
	margin:auto;    
	text-align:left;
	width:960px;
	padding-bottom: 50px;
	        }

#logo{
    width: 251px;
    height: 84px;
    position: static;
    float: left;
    margin-top: 30px;
	        }

#nav_container{
    width: 450px;
    height: 27px;
    margin-top: 40px;
    position: static;
    float: right;
}

#centerbox{
    width:825px;
    margin: auto;
}

#content_container{
    margin-left: 65px;
    width:525px;
    position: static;
    float: left;
}


#content_container_sub{
    width:825px;
    margin: auto;
    }

#options{
    width:300px;
    position: static;
    float: right;
}

#footer_container{
    width:825px;
    margin: auto;
}

#footer_left{
    width: 450px;
    position: static;
    float: left;
}

#footer_links{
   background: #171717;
   width: 425px;
   height: 20px;
   padding-left: 15px;
   padding-top: 5px;
   padding-bottom:5px;
   margin-bottom: 7px;
}

#footer_right{
   width: 370px;
   position: static;
   float: right;
}


.footer, .push {
    background: #2f2f2f;
	height: 300px; /* .push must be the same height as .footer */
}

.spacer{ clear:both;}	