/* CSS Document */
body{
	background-image: url(../images/backtile.gif);
}
#pagewrapper{
	height: 600px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#playerWrapper{
	width: 850px;
	left: 28px;
	top: 21px;
	background-image: url(images/back_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: thick double #009966;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	height: 450px;
}
#top_image{
	height: 100px;
	width: 408px;
	position: relative;
	left: 90px;
	top: 5px;
	margin-bottom: 25px;
}
#leftImg{
	position: absolute;
	height: 300px;
	width: 179px;
	left: 153px;
	top: 135px;
}
#player{
	height: 320px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#rightImg{
	position: absolute;
	height: 300px;
	width: 179px;
	left: 786px;
	top: 133px;
}
#botbut{
	height: 32px;
	width: 163px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
}
#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: #009966;
	height: 20px;
	width: 80px;
	text-align: center;
}

