html, body {
	height: 100%;
	min-height: 100%;
	font-size: 12px;
	font-family: Verdana, Arial;
	color:#000000;
	padding:0px;
	margin:0px;
	
	background-color: #FFFFFF;
}

table {
	font-size: 12px;
	font-family: Verdana, Arial;
}

table tr {
	height: auto;
	padding: 0px;
}

a {color: lightgrey; font-weight: bold; text-decoration: none; outline: none;}
a:visited {color:lightgrey;}
a:hover {color: #99cc33;}
a:active { color:lightgrey;}

h1{color: #000;}
h2{color: #000;}
h3{color: #000; font-size: 12px;}

#container {
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	width: 600px;
	height: 200px;
	
	margin-left: -300px;
	margin-top: -200px;
}

#logo {
	position: absolute;
	
	top: 50px;
	left: 50%;
	
	width: 600px;
	height: 188px;
	
	margin-left: -300px;
}

#text {
	position: absolute;
	text-align: center;
	
	top: 300px;
	left: 50%;
	
	width: 400px;
	
	margin-left: -200px;
	
	color: lightgrey;
}

#disclaimer {
	bottom: 20px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	text-align: center;
	color: lightgrey;
}

#loading { width:100%;height:100%;position:absolute;left:0;top:0;z-index:999;background:#fff url(../img/loader.gif) center center no-repeat; }