html, body {
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#seo {
	position: absolute;
	top: -1000px;
	left: -1000px;
	color: #fff;
}
.bird {
	margin-left: 65%;
}
#player {
	color: #666;
	font-size: 9px;
	font-family: verdana;
	letter-spacing: 2px;
	margin:0px;
	padding-top: 50px;
	padding-left: 12.5%;
	padding-right: 25%;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {color:#666733}	
a:visited {color:#666733}	
a:hover {color:#666}	
a:active {color:#666}

img {
	padding-left: 8%;
	padding-top: 30px;
}
#top {
	width:800px;
	height:480px;
	position:absolute;
	margin:-240px 0px 0px -400px;
 	top: 50%;
  	left: 50%;
  	padding: 0;
  	overflow: hidden;
}