body
{
	margin: 0px;
	background-color: #EAEAEA;
}
.main-content
{
	min-width: 1000px;
}
.head-box
{
	width: 100%;
	height: 100px;
	background-color: #303030;
	color: #EAEAEA;
	font-family: 'Epilogue', sans-serif;
	font-size: 48px;
	line-height: 100px;
	padding-left: 10px;
}
.head-spacer
{
	width: 100%;
	height: 25px;
}
.reg-box
{
	margin: 0 auto;
	width: 900px;
	height: 450px;
	font-family: 'Epilogue', sans-serif;
	text-align: center;
	padding-top: 20px;
	background-color: #7ACEF5;
	border: 0px solid;
	border-radius: 10px;
}
.reg-form
{
	line-height: 30px;
}
.reg-box-header
{
	line-height: 45px;
	margin-bottom: 10px;
}
