body {
	color: #666666;
	background-color: #e6eff5;
	font-family: sans-serif;
	font-size: medium;
}

a {
	color: #1e90ff;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: none;
}

#wrapper {
position: absolute;
top: 50%;
left: 50%;
width: 700px;
height: 500px;
margin-top: -250px; /*always take 1/2 from the size of the height, they have to be negative*/;
margin-left: -350px; /*always take 1/2 from the size of the width, they have to be negative*/
	background: #fff;
	border: 1px solid #444;
	padding: 0px;
}

#footer {
	height: 73px;
	background: #222 url(../splash/footerbg.png) repeat-x center center;
	color: #ddd;
	padding:10px;
}