body {
	background:#ffe100;
	margin:0;
	padding:0;
}
#enterBox {
	position:absolute;
	width:900px;
	height:300px;
	left:50%;
	top:50%;
	margin-left:-450px;
	margin-top:-150px;
	text-align: center;
}

h1 {
	text-align: center;
}
p {
	width: 370px;
	margin: 0px auto;
	font-size: 12px;
	color: #2F508D;
}
img{
	border:none;
}

