td {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #99CCFF;
}
a:visited {
	color: #99CCFF;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-image:url(img/velvet.gif);

}

#container_center {
border:1px solid #FF0000;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 740px;
	height: 540px;
	margin: -280px 0 0 -370px;
}

html {
	width: 100%;
	height: 100%;
}
#splashBG {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#container_splashCenter {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin: -300px 0 0 -400px;
}

