body{
	margin:0px;
	padding:0px;
	background:#ebe8d9;
	font-family:Georgia, Times New Roman , Arial , Tahoma;
	font-size:12px;
	color:#808285;
	background-image:url(/img/bg_home.jpg);
	background-repeat:repeat-x;
}

#content {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
}
