@charset "UTF-8";
/* CSS Document */
wrapper, body, img, div {margin:0;padding:0;}
body {background:#000;}
#wrapper {width:730px;margin:0 auto;position:relative;}
#banner-wrapper {width:730px;text-align:center;}
#logo {
	position:absolute;
	top:0;
	width:730px;
	text-align:center;
}
#menu-wrapper {
	width:100%;
	height:58px;
	background: url(img-menu.png) repeat-x;
	position: absolute;
	top: 550px;
}
#menu {
	height: 58px;
	width: 730px;
	margin: 0 auto;
}
#player {
	float: left;
	height: 58px;
	width: 542px;
}
#enter-site {
	float: right;
	width: 188px;
}
