body{
	background-color: black;
	width:640px;
	margin:auto;
	color:#DDD;
	font-family:Comic Seans MS,Trebuchet MS;
	font-size: 16px;
}

div#banner{
	background: url("../images/underconstruction.jpeg") transparent no-repeat top center;
	width:600px;
	height:340px;
}

div#footer{
	font-size:12px;
	text-align: right;
}


.alert{
	font-variant: small-caps;
	text-align:center;
}
.hiddenHelper{
	display:none;
}

a{
	text-decoration: none;
	color: #cc0;
	font-weight: bold;
}
a:hover{
	color: #FFF;
}
