html, body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	width: 100%;
}
body{
	height: 100%;
	width: 100%;
	font-family:Arial;
	font-size:12px;
}
.box{
	width:240px;
	margin:60px 50px 0 50px;
	text-align:justify;
	color:#1864af;
	padding:10px;
	font-size:12px;
}
.box img{
	margin-bottom:15px;
}
.box #enter{
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
#enter a{
	color:#f4961f;
	text-decoration:none;
	border:#f4961f solid 2px;
	padding:3px 15px 3px 15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}
#divider{
	background:#ff9c01;
	width:1px;
	height:300px;
	margin-top:40px;
}
#copy{
	color:#1864af;
	margin-top:40px;
}
