/* CSS Document */

*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	background:#8f70af;
	font-size:10px;
	color:#DEDECA;
	height:100%;
	line-height:1.3em;
}
ul{
	list-style-type:none;
}
img{
	border:0;
}
#wrap{
	width:800px;
	height:500px;
	margin:auto;
	clear: both; 
	position: relative; 
	top: 0px;
}
#wrap:after{
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
div#shiv { 
	width: 1%; 
	height: 50%; 
	margin-top: -250px; 
	float: left; 
} 
h1{
	width:180px;
	height:165px;
	text-indent:-9999px;
	background:url(../images/logo.gif) left bottom no-repeat;
	margin:0 auto;
}
h2{
	width:490px;
	height:240px;
	text-indent:-9999px;
	background:url(../images/top_concept.gif) left top no-repeat;
	margin:0 auto;
}
#enter{
	margin-top:30px;
}
#enter a{
	display:block;
	width:160px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/enter.gif) left top no-repeat;
	margin:0 auto;
}
#enter a:hover{
	background:url(../images/enter.gif) left bottom no-repeat;
}
/* Hide from IE5mac *//*/ 
div#shiv { 
display: none; 
} 
html, body { 
height: auto; 
} 
/* end hack */ 


