html {
	height: 100%;
	width: 100%;
}
#body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	background: rgb(51, 51, 153) url("/images/body_bg.png") 50% 0%;
	text-align: center;
}
#container {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
#content {
	padding: 10px;
	text-align: center;
}
#enter {
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}
#enter a {
	text-decoration: none;
	color: rgb(51, 102, 204);
	border: none;
}
#enter a:hover {
	text-decoration: none;
	color: rgb(51, 51, 153);
}