body {
	color:#000; 
	background-color: #6d6d6d;
	font-family:"MS Sans Serif",Tahoma,Verdana;
	}

#gear { position: absolute;
	background:url('images/gear.png') no-repeat bottom right;
	width:800px;
	height:268px;
	}

#main { 
	background:url('images/rpeatbg.png') repeat-x;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto; 
	margin-right:auto;
	width:809px;
	height:268px;
	}

#mainwleft { position: absolute;

	background:url('images/leftbg.png') no-repeat left;
	width:809px;
	height:268px;
	}

#mainwright { position: absolute;

	background:url('images/rightbg.png') no-repeat right;
	width:809px;
	height:268px;
	}

#mainwbottom {
	background:url('images/bottomborder.png') no-repeat bottom;
	width:809px;
	height:277px;
	}
