body {
	background: #000;
	color: #9C9492;
	font: normal 0.7em "Arial Black", Gadget, sans-serif;
	margin: 20px 0;
	text-align: center;
}

#open {
	background:#000 url(images/open.jpg);
	width:800px;
	height:600px;
	margin:0 auto;
}

#enter {
	font-size:16px;
	margin:0px 0px 0px 535px;
	width:200px;
	padding: 340px 0px 0px 0px;
}

#enter a {
	color: #9C9492;
	text-decoration:none;
}

#enter a:hover {
	color: #C00;
}

#email {
	width:100%;
	height:auto;
	margin: 40px 0px 0px 0px;
}

#email .box {
	float:right;
	margin:0px 15px 0px 0px;
	width:600px;
	height:20px;
	text-align: right;
}

#email .box p{
	color: #00F;
	font-size:14px;
}

#email .box a {
	font-size:14px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}

#email .box a:hover {
	font-size:14px;
	color:#900;
}
	
	

