html 
{
  height: 100%;
  width:100%;
  overflow: hidden;
  
}

#enterBg
{
	width:404px;
	display:block;
	height:44px;
	background: url(../img/logo-large-enter.png) no-repeat;
		
}

body
{
	margin: 0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align: center;
	
}
a img
{
	border:0;
	margin:20px;
	
}
div#main
{
	position:absolute;
	top:50%;
	left:0;
	margin:-300px 0 0 0;
	width:100%;
	height:600px;
	
}

div#main div#top
{
	height:400px;
	background-color:#f1f1f1;
	text-align: center;
}

div#main div#bottom
{
	height:200px;
}

a#enter
{
	width:404px;
	height:400px;
	display:block;
	position:relative;
	top:0;
	margin: auto;
	padding:0;
	background-color: white;
}
a#enter img
{
	margin:0;
	padding:0;
}