body {
background: #a0ae84;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color:#564b47;
padding:0px;
margin:0px;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active {color:#000000;}

#wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:500px;
	margin: 0 auto;
	z-index:1;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}
#playerLayer {
	position:absolute;
	left:31px;
	top:162px;
	width:432px;
	height:300px;
	z-index:2;
}
#linksLayer {
	position:absolute;
	left:432px;
	top:0px;
	width:204px;
	height:300px;
	z-index:3;
}
#textLayer {
	position:absolute;
	left:116px;
	top:145px;
	width:450px;
	height:300px;
	z-index:4;
	text-align: left;
	border: 8px solid #9A0000;
	align="center"
}

