html, body {
	margin: 0px;
	padding: 0px;
	}

/* commented backslash hack v2 \*/
html, body, .fit-screen { height:100%; }
/* end hack */

body {
	background-image: url(frost/images/splash/scan_lines_bg.gif);
	}

.bgcontent {
	background-color: #E8E8E8;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.logincontent {
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.hosted {
	display: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.hosted a {
	color: #666666;
	text-decoration: none;
	}

.hosted a:hover {
	color: #666666; 
	text-decoration: underline;
	}
	
a {
	color: #CC0000;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.logobg {
	background-attachment: scroll;
	background-image: url(frost/images/splash/main_bg.gif);
	background-repeat: repeat;
	}
	
form {
	margin: 0px;
	padding: 0px
	}
	
.slogan {
	color: #666666
	}
	
.notice a {
	font-weight: bold;
	color: #FF0000;
}
