body {
        width:100%;
	height:100%;
        margin:0;
	padding:0;
	background-color:#1a1818;
	text-align:center;
}

#container {
        width:973px;
	height:650px;
	margin:0 auto;
	margin-top:34px;
	background-color:#d7c6b4;
        background-image:url(../images/container-bg2.gif);
	background-repeat:repeat-x; 
}

#center {
        margin:0 auto;
	width:973px;
	min-height:606px;
        height:auto !important;
        height:606px;
}

#menu {
        width:973px;
	height:255px;
}

#content {
        margin:0 auto;
	width:845px;
	height:351px;
	background-color:#fff;
        border: 0;
} 

#footer {
        clear:both;
	width:830px;
	height:30px;
	margin:0 auto;
	margin-top:8px;
	background-image:url(../images/bottom_line.jpg);
}

