@charset "UTF-8";
/* CSS Document */
 
 body {
	 
       background:url('bg.png') repeat-x top left;
}
#main {
width:980px;
height:600px;

margin:0px auto;
}
#flash {
	width:950px;
	height:500px;
		margin:0px auto;
}
#footer {
	width:973px;
	heigth:100px;
	
	margin:0px auto;
	
}
.skip  {
	font-size:20px;
	font-family:"Papyrus";
	color:#990000;
	float:right;
	margin-right:80px;
	margin-top:20px;
}
.skip:hover {
	color:#999999;
}
.player  {
	font-size:20px;
	font-family:"Papyrus";
	color:#990000;
	float:left;
	margin-left:50px;
	margin-top:20px;
}
.player:hover {
	color:#999999;
}

