/* CSS Document */
body{
	background-image: url(../images/backtile.gif);
}
#pagewrapper{
	height: 580px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#playerWrapper{
	height: 500px;
	width: 800px;
	background-color: #E6E1FA;
	background-image: url(images/blueback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: thick double #0F0858;
	margin-right: auto;
	margin-left: auto;
}
#top_image{
	height: 100px;
	width: 408px;
	position: relative;
	left: 90px;
	top: 5px;
	margin-bottom: 25px;
}
#leftImg{
	position: absolute;
	height: 300px;
	width: 179px;
	left: 149px;
	top: 139px;
}
#player{
	height: 320px;
	width: 450px;
	left: 278px;
	top: 85px;
	margin-right: auto;
	margin-left: auto;
}
#rightImg{
	position: absolute;
	height: 300px;
	width: 179px;
	left: 776px;
	top: 141px;
}
#botbutB{
	height: 32px;
	width: 246px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer{
	height: 20px;
	width: 553px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
}
.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;
}

