html{

 height:100%;
 
 overflow-y: scroll;

}

body 

{

	margin:0px;

	padding: 0px;

	height: 100%;

    width: 100%;

	text-align:center;

	font:0.8em/1.3em Lucida Sans, Arial, Helvetica, sans-serif;

	background:#fff url(graphics/splash_bg_repeat.gif) repeat-x top;

	color:#666;

}

#wrapper{

	margin: 0 auto;
	
	padding:0;
	
	width:880px;
	
	background:#fff;
	
	

}

#main_img
{
	width:880px;
	
	height:474px;
	
	background:#fff url(graphics/splash_image.gif) no-repeat;
}

#holder {
	width:270px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 0 38px;
}

ul#splash_logo
{
	list-style-type: none;
	height:30px;
	padding:0;
	margin:0;
	
	
 }

#splash_logo li
{
	margin:0;
	
	padding:0;
	
	float:left;
}

#splash_logo li a:link,
#splash_logo li a:visited 
{
    color: #4f4f4f; 

	text-decoration:none;
	
	padding-right:10px;
}
 

#splash_logo li a:hover 

{	
    color:#14a6e2;;

    text-decoration:none;
	
}
#splash_logo li.login {
	padding:20px 0 0;
	text-align:center;
	margin:20px 0 0 -46px;
	width:320px;
	font-size:108%;
	border-top:1px solid #ccc;
	}
#splash_logo li.login a:link,
#splash_logo li.login a:visited {
	
	color:#14a6e2;

}

#splash_logo li.login a:hover {
	
	color:#14a6e2;
	text-decoration:underline;
}

.border_right
{
	border-left:1px #ffb400 solid;
	
	padding-left:10px;
}

