html
{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	overflow: hidden;
}
body 
{
	background-color: #000;
	margin: 0;		
	padding: 0;				
	height: 100%;
}
#siteWrapper
{
	height: 100%;	
	width: 100%;
}
#flashWrapper
{
	height: 100%;
	width: 100%;
}
#facebookLike
{
	width: 220px;
	padding: 10px;
	position: absolute;
	left: 12px;
	top: 60px;
	z-index: 3;
	display: none;
}


/* NO FLASH */

.noflash 
{
	background-color:#fffff0;
	margin: 200px auto;
	padding:14px;
	width:350px;
	background-color: #000000;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
.noflashText
{
	float: right;
	padding-top: 10px;
	color: #7DBBD4;
}
.noflashText a
{
	color: #f5242d;
}
.noflashLogo 
{
	background: transparent url(../images/index.jpg) repeat scroll 0 0;
	height:52px;
	width:52px;
	float:left;
}
#snowtownLogo
{
	margin-left: -15px;
	float:left;
}
h1
{
	position: absolute;
	top: -5000px;
}
hr
{
	background-image: url(../images/hr_background.png);
	height: 1px;
}