/* hide from ie on mac \*/
html,body{
	margin:0;
	padding:0
	}
body{
	font: 76% arial, sans-serif;
	text-align:center;
	background:url("../images/bkg2.jpg") repeat-x #000;
	}

#wrapper{
	position:relative;
	width:500px;
	margin:0 auto;
}
	
h1{
	height:314px;
	width:491px;
	background:url("../images/enter-page2.jpg") no-repeat;
	font-size:0;
	text-indent:-9999px;
	margin-top:55px;
	cursor:pointer;
}
#enter p{
	color:#fff;
	margin-top:30px;
	width:491px;
}

#enter a{
	position:relative;
	top:15px;
	color:#fff;
}
#enter a:hover{
	color:#ddd;
	text-decoration:none;
}

