@import url("default.css");
@import url("forms.css");
/* PNG FIX for IE */
/*
img, div { 
	behavior:url("/StyleSheets/htc/iepngfix.htc");
}
*/
/* Whatever:hover */
body {
	behavior:url("/StyleSheets/htc/csshover.htc");
}
html,body 
{
	height:100%;	
}

div#splash 
{
	position:absolute;
	top:0;
	left:0;
	
	min-height:100%;
	min-width:100%;
	
	width:100%;
	height:100%;
	text-align:center;
	background-color:White;
}
	div#splash .logo
	{
		background:url("/WebImages/Design/sunset_logo.jpg") no-repeat top left;
		width:236px;
		height:203px;
		margin:0 auto;
		
		position:relative;
		top:100px;
	}
	div#splash .enterbutton
	{
		position:relative;

		top:250px;
		
		background:White;
		width:100px;
		height:20px;
		
		color:#59acd7;
		cursor:pointer;
	}
	div#splash .enterbutton:hover
	{
		text-decoration:underline;
	}
