/* CSS Document */

body {
	background-color:#6e695f;
}

#contentcenter	{
	width: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top:-300px;
}

#bground	{
	background-image:url(trashbg.png);
	z-index:1;
}

#maincontent	{
	width: 900px;
	position:absolute;
	left:0px;
	top:0px;
	/*border: 1px solid #CCC;*/
	z-index:3;	
}

#maincontentTxt	{
	width: 890px;
	font-size:6px;
	color:#8B8775;
	position:absolute;
	left:0px;
	top:0px;
	/*border: 1px solid #CCC;*/
	z-index:-2;	
}
