@charset "utf-8";
/* CSS Document */

html{
	height:100%
	}
	
body{
	height:100%
	}
	
.supsplash{
	width:100%;
	height:100%;
	}
	
.divcontent{
	width:440px;
	height:350px;
	FILTER: alpha(opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;
	color:#333333;
	position:absolute;
	z-index:2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	padding:10px 0px 10px 10px;
	margin-top:230px;
	background-image:url(/splashpage/images/backcontentsplash.gif);
	background-repeat: repeat-x;
 	}
	

