@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#F60;
	}
body{
	margin-top:0px;
	margin-left:0px;
	background-color:#2D8100;
	background-repeat:repeat-x;
	background-image:url(background.jpg);
	}
#floatplayer{
	position:absolute;
	top:433px;
	left:360px;
	width:320px;
	height:250px;
	z-index: 0;
	overflow: visible;
	visibility: visible;
	}
#container{
	position:absolute;
	left:0;
	width:982px;
	height:834px;
	z-index: -1;
	}
	
