@charset "utf-8";
/* CSS Document */
body 
{ 
  background-color: #ffffff;
  margin: 0; 
  padding: 0; 
 
} 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position:relative;
	left:22px;
	top:280px;
	width:370px;
	height: 325px;
	padding: 5px;
	z-index:1;
	overflow: auto;
}

#player {
	position:relative;
	left:22px;
	top:300px;
	width:370px;
	height:75px;
	padding: 5px;
	z-index:1;
	overflow: auto;
}
.style1 {color: #FFFFFF}
.style2 {font-size: small}
#bacground {
	margin: 0 auto;
	width:800px;
	height:727px;
	z-index:2;
	background-image: url(images/bg_3.jpg);
}

