body {
	background-color:#000000;
	background-image:url(/splash/background.gif);
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	height:100%;
}
* {
	margin:0pt;
	padding:0pt;
}



div.splash_box {
	margin-top:10%;
	background-image:url(/splash/bg_stretch.png);
	background-repeat:repeat-x;
	background-position: left 201px;
}
* html div.splash_box {
	background-image:url(/splash/bg_stretch_ie6.png);
}



div.splash {
	background-image:url(/splash/bg2_fix.png);
	background-repeat:no-repeat;
	background-position: center 201px;
}
div.splash * {
	border:0;
}

div.splash_top {
	height:201px;
}
div.splash_top img {
	height:201px;
	width:880px;
	/* IE PNG Fix*/
	behavior: url(/splash/iepngfix.htc);
}

div.splash_mid {
	height:141px;
}
div.splash_mid img {
	height:141px;
	width:886px;
}

