/* page container */
html,body {
/*  background: #b2aea3 url('images/custom/bg_general2.gif') center repeat-y;*/
/*  background: #000000; */
background-color:#000000; 

}

#page-container {
	min-height: 100%;
	position: relative;
	background: #f1ede4;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#center-main {
	margin: 0px 19px 0px 177px;
	overflow: hidden;
	position: relative;
}
#header {
/*	height: 156px;*/
}

#content-container {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
/*	padding-bottom: 181px;*/
/*	padding-bottom: 221px; */
	padding-bottom: 143px;
	margin-top: 156px;
}

#maindiv	{
/*	margin: 156px 19px 0px 177px;*/
}

#footer {
	width: 900px;
}

