/* CSS Document */
body{
	background-image: url(../images/backtile.gif);
}
#pagewrapper{
	position: absolute;
	height: 600px;
	width: 850px;
	left: 59px;
	top: -8px;
}
#playerWrapper{
	position: absolute;
	height: 500px;
	width: 800px;
	left: 28px;
	top: 21px;
	background-color: #E6E1FA;
	background-image: url(images/blueback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: thick double #0F0858;
}
#top_image{
	height: 100px;
	width: 408px;
	position: relative;
	left: 90px;
	top: 5px;
	margin-bottom: 25px;
}
#leftImg{
	position: absolute;
	height: 300px;
	width: 179px;
	left: 1px;
	top: 127px;
}
#player{
	height: 320px;
	width: 450px;
	left: 278px;
	top: 85px;
	margin-right: auto;
	margin-left: auto;
}
#rightImg{
	position: absolute;
	height: 300px;
	width: 179px;
	left: 621px;
	top: 133px;
}
#botbut{
	height: 32px;
	width: 163px;
	position: absolute;
	left: 306px;
	top: 522px;
}
#footer{
	position: absolute;
	height: 20px;
	width: 553px;
	left: 112px;
	bottom: 13px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}
.footer a{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}
.button{
	float: left;
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #000066;
	height: 20px;
	width: 80px;
	text-align: center;
}
