body {
	background-color: #666666;
}

#site {
	background:#666 url(images/back.gif) repeat-x; 
	width: 100%;
	position: absolute;
	height: 585px;
	top: 50%;
	left: 0%;
	margin-top: -292px;
}
			
#myContent {	
	background:#666 url(images/back.gif) repeat-x; 
	position: absolute;
	width: 995px;
	height: 585px;
	left: 50%;
	margin-left: -497px;
}
#html {
	position: absolute;
	top: 20px;
	right: 40px;
}
#html a {font-family: Verdana, Arial,helvetica, sans-serif; font-size: 12px; color: #999;}