body {Ê Ê Ê Ê 
margin:0 0;
padding:0px;
overflow: hidden;
	background-color:#33333

}
a {
	text-decoration:none
}
a:link {
	color: white;
	outline: none;
}
a:visited {
	color: white;
	outline: none;
}
a:hover {
	color: pink;
	outline: none;
}
a:active {
	color: red;
	outline: none;
}

#player{
	visibility: visible;
	position: absolute;
	z-index: 10;
	text-align: left;
	top: 40px;
	left: 0px;
	width: 1100px;
	height: 620px;
	overflow:hidden;
}

#about{
	visibility: visible;
	position: absolute;
	z-index: 10;
	text-align: left;
	top: 100px;
	right: 0px;
padding-right: 50px;
	width: 800px;
	height: 700px;
	overflow:scroll;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

#image{
	top: 40px;
	left: 0px;
	width: 100%;
	height: 100%;
}


h1 {
font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
}


h2 {
font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}

