@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	margin-top: 60px;
}
#global {
	position:absolute;
	left: 50%; 
    top: 50%;
	height: 480px;
	width: 450px;
	margin-top: -240px;
	margin-left: -225px;
     }
a:link, a:active, a:visited {
	color: #FFF;
	background-color:#000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background-color:#FFF;
	text-decoration: none;
}
.smallfont {
	font-size: 0.7em;
}
