@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#main_class {
	height: 700px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 60px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#screen {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	width: 512px;
	margin-right: auto;
	margin-left: 203px;
	margin-top: 15px;
	height: 288px;
	text-align: center;
	font-size: 13px;
}
#shield {
	float: left;
	margin-right: 25px;
	padding-top: 3px;
	padding-left: 5px;
	text-align: left;
	width: 175px;
}
#links {
	float: right;
	font-size: 12px;
	margin-right: 5px;
	padding-top: 2px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDEDE;
	padding-left: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
}
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
