.regLink
{
	margin: 0 auto 15px;
}

.home-content * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-top {
	border-radius: 6px;
	padding: 5px 25px 20px;
	color: #fff;
	background-color: #B8D1FF; 
	margin-bottom: 20px;
	text-align: center;
}
.home-top div {
	font-size: 14px;
	font-weight: 800;
	margin: 15px 0 2px;
}

.home-pane {
	border-radius: 6px;
	padding: 5px 25px 20px;
	width: 455px;
	color: #fff;
	height: 250px;
}
.home-top h3, 
.home-pane h3 {
	font-size: 18px;
	font-weight: 800;
	color: #C0392B;
	text-shadow: 0px -1px #888;
}
.home-pane ul { 
	font-size: 14px;
	font-weight: 800;
	margin-top: 15px; 
	padding-left: 15px;
}
.home-pane ul li { margin-top: 15px; }

.home-left { 
	background-color: #B8D1FF; 
	margin-right: 20px;
}
.home-right { background-color: #B8D1FF; }

.home-bottom {
	margin-top: 20px;
	text-align: center;
}
.home-bottom a {
	font-size: 32px;
	font-weight: 800;
	border-radius: 6px;
	width: 320px;
	padding: 15px 35px;
	color: #2C3E50; 
	background-color: #C0392B;
	display: inline-block;
	text-decoration: none;
}
.home-bottom a:hover { background-color: #E74C3C; }
.home-bottom a span {
	font-size: 12px;
	color: #ECF0F1;
	display: inline-block;
	margin-bottom: -3px;
}
