@charset "UTF-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a{
	text-decoration:none;
	outline:none;
}

a img{
	border:none;
}


body {
	background: #fff url(flash-background.jpg) fixed left top repeat;
	text-align:center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

#altContent {
	width:880px;
	margin: 30px auto;
	text-align:left;
}

#whiteIsland {
	background: #fff url(../images/antarctica.jpg);
	width: 880px;
	height: 400px;


}
#fPlayer {
	background-image:url(arrow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 37px 0 0;
	margin: 40px 0 20px 0;
	
}

#fFree {
	background-image:url(arrow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px 37px 0 0;
	
}

#links {
	
	float: right;
	padding: 0px 150px;
	color: #999;
	font-weight: bold;
}

#links a {
	color:#999;
	font-size: 14px;
}

#links h1{
	color:#333;
	text-align: left;
	font-size: 28px;
	margin: -8px 0 -12px 0;
	
}

#links h2{
	color:#333;
	text-align: left;
	font-size: 14px;
	margin: -2px 0 -13px 0;
}

#links h3{
	color:#999;
	text-align: right;
	font-size: 20px;
	margin-right: 32px;
}
 
#links h4{
	color:#999;
	text-align: left;
	font-size: 16px;
	margin-left: 12px;
}
	
#footer{
	color: #666;
	text-align: center;
}

#footer a {
	color: #666;
	text-decoration: none;
}
	
