@charset "utf-8";
/* CSS Document */

body {
	background: #666666;
}

#topbar {
	padding: 0px;
	margin: 0px;
}

#player {
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 787px;
	top: -15px;
}

#logo {
	padding: 0px;
	margin: 0px;
	float:left;
}

#body {
	margin-top: 30px;
	width: 864px;
	margin-left: auto; 	margin-right: auto;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}

#main {
	height: 432px;
	border: 1px black solid;
	margin-left: auto; 	margin-right: auto;
	background-color: black; 
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

#menu {
	position: relative;
	left: 327px;
	top: 0px;
	height: 50px;
	width: 536px;
	text-align: center;
	margin:0px;
	padding:0px;
}

#menu img {
	border: 0px;
}

#topmenu {
	background-image: url('../img/menu/menu_topbg.png');
	background-repeat: repeat;
	margin:0px;
	padding:0px;
	height:25px;
}

#topmenu table {
	width: 100%;
	margin:0px;
	padding:0px;
	margin-bottom: 2px;
}

#topmenu td {
	width: 33%;
	vertical-align: baseline;
}

#bottommenu {
	visibility: hidden;
	background-image: url('../img/menu/menu_bottombg.png');
	background-repeat: repeat;
	position: relative;
	margin:0px;
	padding:0px;	
	height: 25px;
}

#bottommenu table {
	width: 100%;
	margin:0px;
	padding:0px;
	margin-bottom: 2px;
}

#bottommenu td {
	width: 25%;
	vertical-align: baseline;
}

#next {
	position: relative;
	left: 787px;
	top: 232px;
	height: 75px;
	width: 	75px;
	text-align: center;
	vertical-align: middle;
}

a { color: white; }

#prev {
	position: relative;
	left: 0px;
	top: 307px;
	height: 75px;
	width: 75px;
	text-align: center;
	vertical-align: middle;
}

#bottombar {
	text-align: center;
}

