@charset "UTF-8";
/* CSS Document */
body {
	background:#000;
	text-align: center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

div#wrapper {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	text-align:center;
	display:block;
	overflow:hidden;
	}
	
	div#nav {
		background: url(../images/nav/nav_bg.gif) center top no-repeat;
		height:0;
		width:360px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		}
		div#nav #button{
		height:240px;
		width:360px;
		}
		div#nav #links{
		overflow:hidden;
		height:0;
		width:156px;
		padding:0;
		margin:0;
		border:none;
		line-height:0;
		margin-left:auto;
		margin-right:auto;
		}
	div#mp3Contain {
		background: url(../images/nav/nav_bg.gif) center bottom no-repeat;
		height:40px;
		width:360px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;
		}
		div#mp3Contain #mp3Player{
		background:transparent;
		height:0;
		width:138px;
		margin-left:auto;
		margin-right:auto;
		z-index:1;
		}