body {
    margin: 0;
    padding: 0;
	height:100%;
	margin:0;
	width:100%;
	background-color: #22bbea;
}

#globalCenter {
     position: absolute;
     left: 50%; 
     top: 50%;
     width: 1000px;
     height: 570px;
     margin-left: -500px; /* half of the width */
	 margin-top: -285px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #b8e9f8;
	text-align: center;
	width: 1000px;
    height: 22px;
	margin-top: 4px;
}

#footer a {
	color: #b8e9f8;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}