body {
	background-color:#0C2242;
	color:white;
	font-family:'Trebuchet MS',Verdana,Arial,Serif;
	margin:0;
}

.footer{
	background-color:#041631;
	bottom:0;
	clear:both;
	height:200px;
	position:absolute;
	width:100%;
	color:#6D7C9F;
	font-size:11px;
	padding-top:20px;
}

.footer a:link, #footer  a:visited, #footer  a:active {
	color:#6D7C9F;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

.footer .box{
	float:left;
	width:180px
}

.container{
	width:900px;
	margin: 0px auto;
}

#announcement{
	font-size:30px;
	text-align:center;
	text-shadow: 0px 2px 3px #000;
	font-style:italic;
	margin-top:200px;
	margin-bottom:200px;
}

#powered_by{
	background-image: url(../images/powered_by_sesc-it_blue.png);
	background-repeat:no-repeat;
	height:31px;
	width:180px;
	float:left;
}
