html, body{
	height: 100%;	
	color: #fff;
}

body{
	background: #0775de url(../images/sky_bg_tile.jpg) repeat-x top;
}

a, a:link{
	color: #fff;
	text-decoration:underline;
}

a:visited{
	color: #EEE;
	text-decoration:underline;
}

a:hover{
	background: #fff;
	color: #000;
	text-decoration:none;
}

a:active{
	color: #022370;
	text-decoration:none;
}

blockquote{
	margin: 0 250px 0 100px;
	font-style:italic;
}

h1{
	font-size: 186%;
	font-style:italic;
	margin-bottom: 10px;
}

h2{
	font-size: 167%;
	font-style:italic;
	margin-bottom: 10px;
}

p, blockquote{
	margin-bottom: 15px;
}


#background img{
	width: 100%;
	height: 100%;
}

#contact, #contact_replacement{
	background: #000;
	color: #999;
	height: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 77%;
	padding-top: 8px;
}

#contact_replacement{
	background: #000;
	color: #999;
	height: 20px;
	position: relative;
 	width: 100%;
	font-size: 77%;
	padding-top: 8px;
}

#contact{
	display: none;
}

#contact p{
	text-align: center;
}

#contact p a, #contact p a:link, #contact p a:visited{
	color: #999;
}

#contact p a:hover{
	color: #000;
}

#contact strong{
	margin: 0 5px;
}

#getFlash{
	font-size: 85%;
}

#getFlash img{
	margin: 5px 0;
}

#getFlash a:hover{
	background: none;
}

#get_flash_link, #get_flash_link:link, #get_flash_link:visited, #get_flash_link:hover, #get_flash_link:active{
	text-indent: -5000px;
	background:url(http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif) no-repeat;
	height: 31px;
	width: 88px;
}


#logo{
	text-indent: -5000px;
	background:url(../images/finespun_logo.gif);
	height: 50px;
	width: 150px;
	margin: 150px 0 25px 0;
}

#main{
	color: #fff;
	width: 900px;
	height: 600px;
	left: 50%;
	top:0;
	margin-left: -450px;
	position: absolute;
}