html, body { height: 100%; width: 100%; }
body{
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D3F3FE;
	overflow: auto;
}

body, td, a {
	font-family: "MS Sans Serif";
	font-size: 13px;
}
a {
letter-spacing: 2px;
}
a:link, a:active {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}

div#Wrapper { display: block; position: absolute; top: 50%; left: 50%; }
div#Content { display: block; position: absolute; width: 990px; height: 600px; left: -495px; top: -300px; }