body {
    margin: 0;
    padding: 0;
	height:100%;
	margin:0;
	width:100%;
	background-color: #55809a;
}

#globalCenter {
     position:relative;
     left: 50%; 
     xtop: 50%;
     width: 1016px;
     height: 686px;
     margin-left: -508px; /* half of the width */
	 margin-top: 50px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #365970;
	text-align: center;
}

#footer a {
	width: 1016px;
    height: 20px;
	color: #365970;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
