* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body{
	height:100%;
	width:100%;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#splashWrapper {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-132px;
	height:264px;
	width:980px;
/*
	left:50%;
	margin-left:-490px;
*/
	background:url(gfx/bar.png) no-repeat bottom left;
}
#logoOT {
	position:absolute;
	height:223px;
	width:298px;
	bottom:15px;
	left:465px;
	overflow:hidden;
	text-indent:-500px;
	background:url(gfx/logo.png) no-repeat !important;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/splash/gfx/otthiers.png',sizingMethod='scale');
}
#logoVT {
	position:absolute;
	height:51px;
	width:61px;
	bottom:0;
	left:782px;
	background:url(gfx/vthiers.png) no-repeat;
	overflow:hidden;
	text-indent:-500px;
}
#deco {
	position:absolute;
	height:250px;
	width:628px;
	top:0;
	left:-10px;
	background: url(gfx/horyzon.png) no-repeat 50% 50% !important;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/splash/gfx/horyzon.png',sizingMethod='scale');
}