@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; 
	padding: 0;
	color: #000000;
	font-size:12px;
	line-height:1.5em;
	background-image:url(images/splash_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color: #FFFFFF;
}

#splash-wrapper{

	width:890px;
	height:744px;
	margin:0px auto;
	margin-top:124px;
}
a:link,
a:visited {
	color:#f76301;
}
a:hover{
	color:#ff982d;
}


h1{
text-indent:-2000px;
overflow:hidden;
margin:0;
padding:0;
height:66px;
width:890px;
background:url(images/splash_header.png);
background-repeat:no-repeat;
margin-bottom:10px;
}

#buttons td{
padding:5px;

}
table.splash_table{
	
	width:890px;
	background-image:url(images/splash_bg_large.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
table.splash_table td{
	
	padding:0px;
	margin:0;
}
table.splash_table td p{
	padding:0;
	margin:0;
}


#footer {
	padding: 0px; 
	clear:both;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:890px;
	margin:0px auto;
	margin-top:50px;}
	
	
a:link {color:#999999;
}
a:visited{
color:#999999;

}
a:hover{
color:#999999;
}

