body {
	background: repeat-y center;
/*	background-color: #4a463b;*/
	background-color: #121212;
	margin: 0;
	padding: 0;
}
	
#divmain {
	position:relative;
	width:845px;
	top:10px;
	color: #FFFFFF;
	font-family: arial, serif;
	font-size: 8px;	
	}	
	
#divheader{
	position:absolute;
	width:845px;
	height:85px;
	top:0px;
	left:0px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	}
	
#divcontent{
	position:absolute;
	width:845px;
	height: 455px;
	top:90px;
	left:0px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	text-align: left;
	overflow-y: auto;
	}

#divbottom{
	position:absolute;
	width:845px;
	height:30px;
	top:550px;
	left:0px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	text-align: center;
	}
