body {
	background: #66b3ff;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	width: 999px;
	margin: 0 auto;
	border: 6px solid #0482ff;
	margin-top: 30px;
	height: 300px;
	background: #2893ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#2893ff), to(#0482ff));
	border-radius: 10px;
}
h1 {
	color: #202020;
	margin: 0px auto 20px auto;
	width: 999px;
	text-align: center;
	background: #59acff;
	background: -webkit-gradient(linear, left top, left bottom, from(#59acff), to(#005cb9));
	text-shadow: black -1px -1px;
	-webkit-box-shadow: 3px 5px 5px #4fa7ff;
	border-radius: 3px;
}
#left, #right {
	font-size: 15pt;
	width: 450px;
	float: left;
	padding: 5px;
}
#footer {
	clear: both;
	font-size: 12pt;
	text-align: center;
}