body{
	margin: 0;
    padding: 0;
	width:100%;
	height:100%;
	position: fixed; 
	background:url(../images/comingsoon.png) no-repeat;
	background-position: center top;
	cursor:none;
	/*cursor: url(../images/logo.png), auto;*/
}

#page{
	width:100%;
	height:100%;
}

#eyes{
	background-repeat:no-repeat;
	z-index:1000;
	position:absolute;
	top:0;
	left:0;
	width:32px;
	height:34px;
}