div#footer{
	clear:both;
	width: 800px;
	height: 35px;
	padding: 5px;
	margin: 5px;
	color: #FFFFFF;
	font-size: 10pt;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	text-color: #FFFFFF;
	background: #27518e;
	-moz-border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
    	border-radius: 20px;
	behavior: url(border-radius.htc);
}

div#footer a{
	text-decoration:underline;
	background: #27518e;
	color: yellow;
}

div#footer a:hover{
	text-decoration: underline;
	background: #27518e;
	color: yellow;
}

