@charset "utf-8";
/* CSS Document */

body, td, select, input, div, form, textarea, center, option, pre, p, blockquote, td, br{font-family:verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#777; line-height:160%}
a:link    {color:#996699; text-decoration:none;}
a:visited {color:#996699; text-decoration:none;}
a:active  {color:#996699; text-decoration:none;}
a:hover   {color:#ba974c; text-decoration:none;}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */


html, body {
	height:100%;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-Shadow-color:#000;
	scrollbar-arrow-color:#996699;
	scrollbar-track-color:#2d0065;
	}
body{
	margin:0;
	background:#000 url('images/bg.jpg') no-repeat center top;
	padding:0;
	width:100%;
	}
	
img{border:0}

/******************首页******************/

#counter {
	margin-left:50px;
	margin-top:20px;
	width:150px;
	height:16px;
}

#enter{width:1000px; height:500px; margin:0 auto;}

/******************内页******************/

#wrapper{ width:1000px; margin:0 auto;}

/*event*/
#event{ float:left; width:180px; margin:0 10px;}
#event .tit{ float:left; width:180px; height:60px; margin-top:20px; background:url('images/event.jpg') no-repeat;}
#event .event1{ float:left; width:180px; height:420px;}

/*头部*/
#header{ float:right; width:780px;height:120px;margin:20px 10px 0 10px;text-align:center;}

/*主体*/
#mainbody{ float:right; width:780;margin:20px 10px 0 10px;}

/*底部*/
#footer{ width:1000px; height:400px; float:left; clear:both; }
