@charset "UTF-8";
/* CSS Document */

img {
border-style: none;
}
a:focus, a:hover, a:active {
	outline:none
}  
a.player {
	display:block;
	width:450px;
	height:260px;
}
img.button {
	position:absolute;
	top:105px;
	left:200px;
}
.menu_item_inactive {
	color: #999;
	text-decoration: none;
}
.menu_item_active {
	color: #e9e9e9;
}
#wrapper {
	width:800px;
	position:absolute;
	margin-top:60px;
	left:50%;
	margin-left:-400px;
}
#menu {
	position:absolute;
	left:10px;
	top:504px;
	width:780px;
	height:40px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:16px
}
.swapper_tab_inactive {
	cursor: pointer;
}

