/*
----------------------------------------------------------------------------- 
XPS SPLASH
-----------------------------------------------------------------------------*/
html { width: 100%; height: 100%; }
body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 0.7em Tahoma, Verdana, sans-serif;
	color: #666666;
	background-color: #B21D00;
	}
a { 
	color: #999999;
	text-decoration: none;
	}
a:visited {
	color: #999999;
	}
a:hover {
	color: #B13818;
	}
img { border: none; }
#bt-link {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 800px;
	height: 600px;
	}
#splash {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 0;
	text-align: center;
	background: url('xps_splash.jpg') no-repeat;
	}
