@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px;
	background: #afb1b4 url(images/bg_body.png);
	background-position:center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	}
	
#box {
	margin-left:auto;
	margin-right:auto;
	width: 998px;
	background-repeat:no-repeat;
	}

#bottom {
	background-image:url(images/enter_bottom.png);
	background-repeat:no-repeat;
	width:998px;
	height: 150px;
	color: #d1d2d4;
	font-size: 9px;
	padding-top: 170px;	
	margin:0 auto;	
	}		
	

#bottom a{
	color: #d1d2d4;
	font-size: 9px;
	text-decoration: underline;
}

#bottom a:hover{
	color: #d1d2d4;
	font-size: 9px;
	text-decoration: underline;
}	