/*
----------------------------------------------------------------------------- 
XPS SPLASH
-----------------------------------------------------------------------------*/
html { width: 100%; height: 100%; }
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666666;
	background-color: #CCCCCC;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	}
a { 
	color: #890000;
	font: 0.7em Tahoma, Verdana, sans-serif;
	text-decoration: none;
	}
a:visited {
	color: #890000;
	}
a:hover {
	color: #890000;
	text-decoration: underline;
	}
img { border: none; }
#bt-link {
	position: relative;
	top: 345px;
	left: 0px;
	width: 200px;
	height: 30px;
	}
#splash {	
	position: relative;
	display: block;
	width: 571px;
	height: 439px;
	top: 33%;
	left: 33%;
	margin: 0 auto 0;
	text-align: center;
	}

