body {
	margin: 0px 0px 5px 5px;
	padding: 0px;
	background-color:#000000;
	font-family: 'Trebuchet MS', Verdana;
	color: rgb(126,126,126);
}
a:link {
	color: #fdfdfd;
}
a:visited {
	color: #fdfdfd;
}
a:hover {
	font-weight: bold; 
}
#center{
	position: absolute; 
	left: 50%; 
	top: 50%; 
	width: 50%;
	height: 50%;
	text-align: center;
}
#content {
	position: absolute; 
	text-align: left;
	left: -25%;
	top: -50%;
}
#banner {
	position: absolute; 
	text-align: center;
	width: 100%;
	top: 35px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 50px;
	color: rgb(126,126,126);
}
.bigtext {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 30px;
	text-align: center;
}
.hiddenlink { 
	color: #fdfdfd;
	text-decoration: none;
}
.hiddenlink:link { 
	text-decoration: none;
}
.hiddenlink:hover { 
	text-decoration: none;
}
.hiddenlink:visited { 
	text-decoration: none;
}