*{margin:0}

#content{
	background-color: #F2F2F2;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*border: 2px #000000 solid;*/
}

#sound{
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

#sound iframe{
	height: calc(100% - 46px);
}

#logo{
	background: linear-gradient(#f70,#f30);
	display: block;
	width: 69px;
}

.logo{
	background: url(https://a-v2.sndcdn.com/assets/images/header/cloud-e365a4.png) no-repeat 12px 11px;
	background-size: 48px 22px;
	width: 69px;
	height: 100%;
}

ul#nav{
	width: 100%;
	background-color: #333333;
	color: #999999;
	height: 46px;
	padding: 0px 55px 0px 55px;
	/*border-bottom: 2px #FF5500 solid;*/
}

li{
	float: left;
	list-style-type: none;
}

li.tab{
	height: 46px;
	list-style-type: none;
	width: 104px;
}

a{
	display: block;
	text-decoration: none;
}

a.genre{
	color: #CCCCCC;
	height: 16px;
	background-color: #333333;
	font-family: Interstate;
	font-size: 14px;
	text-align: center;
	transition: 0.2s;
	border-right: 1px #111111 solid;
	padding: 15px 0px;
}

a.genre:hover{
	color: #FFFFFF;
	background-color: #111111;
}

p{
	cursor: default;
	color: transparent;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
	text-align: center;
	font-family: Interstate;
	font-size: 30px;
	padding: 20px;
	z-index: 2;
}