/* CSS Document */
body{
	background-color: #FFFFFF;	
}
#base{
	width: 100%;
	margin-top: 150px;	
	/*border: 1px solid #CCCCCC;*/
}
#wrapperent{
	width: 740px;
	margin: 0 auto;
	text-align: center;
	/*
	border: 1px solid #CCCCCC;
	*/
}
a.entrance :link{
	color: #292929;
	font-weight: bold;
	text-decoration: none;
}a.entrance :hover{
	color: #6666FF;
 	font-weight: bold;
	text-decoration: none; 
}
a.entrance :visited{
	color: #FF66CC;
	font-weight: bold;
	text-decoration: none;
}
a.entrance :active{
	color: #FFFF00;
	font-weight: bold; 
	text-decoration: none;
}
#entlink{
	width: 740;
	height: 65px;
	/*
	background:#FFFFFF url(../img/enter.gif) no-repeat;	
	*/
	font-size: 300%;
	color: #F0F0F0;
	text-align: center;
	letter-spacing: 10px;
	/*
	border: 1px solid #CCCCCC
	*/
	
}
#enter{
	width: 740px;
	margin: 0;
	text-align: left;
	/*
	border: 1px solid #CCCCCC;
	*/
}