@charset "utf-8";
/* ------------------
   enter.css
   update:2009/04/18
------------------ */
*{margin:0; padding:0;}

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cedd74;
	background-color:#e3eaa5;
	background-color:#e5ecaa;
	background-color:#e9f2c5;
	margin:0;
	padding:0;
	}

hr{display:none;}


div#main{
	width:643px;
    height:480px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-240px;
    margin-left:-321px;
	}
	
	div#logo{
		width:642px;
		height:33px;
		text-align:center;
		margin-left:auto;
		margin-left:auto;
		margin-bottom:10px;
		}

	div#welcome{
		width:643px;
		height:371px;
		background-image:url(../images/enter/enter.gif);
		background-repeat:no-repeat;
		margin-bottom:3px;
		}
		#welcome span{display:none;}
	
	div#language{
		font-size:12px;
		text-align:center;
		margin-bottom:30px;
		}
		#language a{
		text-decoration:none;
		color:#393909;
		}
		#language a:hover{
		text-decoration:none;
		color:#ea800e;
		}
	
	div#footer{
		font-size:9px;
		text-align:center;
		color:#b0ba56;
		}
	