body 
{ 
	background-color: #000000;
	text-align:center;
}

#Root 
{
	background-color: #000000;
	height: auto;
	width: 900px;
	margin:auto;
    text-align:left;
	background-image:url(../images/background.gif);
	max-width: 1000px;
}

#Content
{
	margin-left: 80px;
	margin-right: 80px;
  	font-size: 17px;
}
