/* CSS Document */
body
{
	
	font-family:Arial, Helvetica, sans-serif;
	background:url(reduced/bgpiece.jpg) repeat-x;
	margin:0px;
}

#container
{
	width:900px;
	margin:0 auto;
	background:url(reduced/mainbg.jpg) no-repeat;
}

#header
{
	width:900px;

}

#main{
	width:900px;
	margin:0 auto;
}

#txtholder
{
	width:564px;
	height:223px;
	background:url(reduced/whitebox.png) no-repeat;
	position:relative;
	left:170px;
	
}

#txtcontent
{	
	width:500px;
	margin:0 auto;
	padding-top:10px;
}