html {
	height: 100%;
}
body {
	background: #020E5C;
	margin: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#home {
	height: 580px;
	width: 1000px;
}
#content {
	height: 580px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#footer {
	color: #FFFFFF;
	font: 12px/14px Arial, Helvetica, Verdana;
	height: 20px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#footer a img {
	border: 0;
	vertical-align: bottom;
	text-decoration: none;
}
