html {
	background: rgba(39,134,175,1);
}
body {
	background: rgba(135,208,240,1);
	background: -moz-linear-gradient(top, rgba(135,208,240,1) 0%, rgba(44,170,224,1) 41%, rgba(39,134,175,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,208,240,1)), color-stop(41%, rgba(44,170,224,1)), color-stop(100%, rgba(39,134,175,1)));
	background: -webkit-linear-gradient(top, rgba(135,208,240,1) 0%, rgba(44,170,224,1) 41%, rgba(39,134,175,1) 100%);
	background: -o-linear-gradient(top, rgba(135,208,240,1) 0%, rgba(44,170,224,1) 41%, rgba(39,134,175,1) 100%);
	background: -ms-linear-gradient(top, rgba(135,208,240,1) 0%, rgba(44,170,224,1) 41%, rgba(39,134,175,1) 100%);
	background: linear-gradient(to bottom, rgba(135,208,240,1) 0%, rgba(44,170,224,1) 41%, rgba(39,134,175,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d0f0', endColorstr='#2786af', GradientType=0 );
	min-height: 800px;
	padding-top: 1.5%;
}
#topnav {
	margin: 0% 1.5% 1.5% 1.5%;
}
.content-box {
	background: #f7f7f7;
	color: rgba(0, 0, 0, 0.7);
	box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 10px;
	padding-top: 1px;
	margin: 5px;
}
.row {
}
#footer {
	color: white;
	text-align: center;
	margin: 0 auto;
}