*	{ margin:0px; padding:0px; }
body { margin:0px; padding:0px; background:#777; font-family:Tahoma; font-size:14px; }
a:link 		{ color: #fff; text-decoration: none; }
a:visited 	{ color: #fff; text-decoration: none;  }
a:hover 	{ color: #fff; text-decoration: underline; }
a:active 	{ color: #fff; text-decoration: none;  }

p 			{ padding-bottom:15px; }

#main { position:relative; margin-left:auto; margin-right:auto; margin:auto; width:1000px; height:700px; background:url(../images/bg.jpg) no-repeat; }
#main #topmenu		{ position:absolute; margin-top:70px; right:29px; height:39px; }
	.m1				{ float:left; padding:5px 14px 5px 14px; color:#fff; height:29px; }
	
#main #content 		{ position:absolute; margin-left:94px; margin-top:109px; width:877px; height:542px; }
	#content .ct1	{ position:absolute; margin-top:43px; width:624px; height:484px; overflow-x:hidden; overflow-y:auto; padding:5px 15px 10px 15px; color:#5e5e5e; line-height:18px; }
	#content .ct1 a		{ color:#5e5e5e; }


#main #bottommenu	{ position:absolute; margin-left:89px; margin-top:660px; width:911px;; height:32px; }
	.m2				{ float:left; padding:10px 13px 8px 13px; color:#fff; }
	.hpage			{ text-indent:-5000px; position:absolute; }
	
