@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}

body{ background:url('images/background.png') repeat left top; color:#666; font-size:12px;}

a{ color:#999; text-decoration:none;}

img{ border:none;}

#counter {
	margin-left:50px;
	margin-top:20px;
	width:150px;
}

#enter{width:203px;height:58px;margin:180px auto 20px auto; cursor:pointer;}


#note{ line-height:30px; text-align:center;}
#note a:hover{ border-bottom:1px dotted #FFF; color:#fff;}
