/* CSS Document */
body
{
background-color:#000000;
margin:0px;
padding:0px;
line-height:14px;

background-image:url(images/splash-bottom.jpg);
background-position:center top;
background-repeat:no-repeat;


}

* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}


.splash-bottom{
background-image:url(images/splash-bottom.jpg);
background-position:center top;
background-repeat:no-repeat;
}

.splash-text
{
font-family:arial;
font-size:11px;
line-height:14px;
text-align:left;
color:#e7c41e;
background-image:url(images/splash-bottom.jpg);
background-position:center top;
background-repeat:no-repeat;}


#tooltip{
	position:absolute;
	border:1px solid #1f160e;
	background:#e8d15d;
	padding:4px 10px;
	color:#3c1d08;
	display:none;
	font-family:arial;
	font-size:11px;
	display: none;
	text-align:center;
	
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	
	}	
