* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrap { 
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}


body{
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	overflow-x: hidden;
	
}

#artistTourList{
	width: 320px;
	height: 347px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px 0px 0px 5px;

}

#artistTourDatesDiv{

	height: 347px;
	overflow-x: hidden;
	overflow-y: auto;

}


#header { 
	position: relative;
	height: 45px;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/overlay_carousel.png);
	text-align: left;

}

#backgroundDivHolder { 

	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index:0;
	overflow: hidden;
	background-color: transparent;

}

#backgroundDiv { 

	position: absolute;
	top: 0px;
	left: 0px; 
	background-color: transparent;

}

.initiallyHidden
{
	display: none;
}

#carouselContent 
{
	position: absolute;
	width: 200px;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	background-image: url(../images/overlay_carousel.png);
	padding: 5px;
}


#container
{
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto 0;
	overflow: hidden;
	background-color: transparent;
}

#content 
{
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;

}

#contentTextHolder
{

	border-top-style: solid; 
	border-top-color: #ffffff; 
	border-top-width: 1px; 
/*	
	border-bottom-style: solid; 
	border-bottom-color: #ffffff; 
	border-bottom-width: 1px; 
*/	
	padding: 15px 0px;
	
	text-align: left;
}


#genreaz { 

	position: absolute;
	top: 300px;
	left: 460px; 

}

#genreDiv{

	overflow-x: hidden;
	overflow-y: auto;

}

#imageDiv
{
	position: relative;
	width: 75px;
	height: 75px;
	overflow-x: hidden;
	overflow-y: hidden;

}

#imageHolder
{
	position: relative;
	width: 136px;
	height: 75px;
	left: -30px;

}

#nav {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index:1;
	text-align: left;
}

#overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width:100%;
	height: 100%;
	background-image: url(../images/overlay.png);
}
	

#secondaryContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	height: 430px;
	width:973px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
}

#secondaryContent
{
	position: relative;
	height: 385px;
	width:950px;
	border: 1px solid #ffffff;
	background-image: url(../images/overlay.png);
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#secondaryNav
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	
}

#radioInfo
{
	position: absolute;
	top: 45px;
	left: 0px;
	width: 260px;
	height: auto;
	z-index: 1;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/overlay_carousel.png);
	
}
#radioPlaylist
{
	position: absolute;
	top: 45px;
	left: 0px;
	width: 260px;
	height: auto;
	z-index:2;
	background-color: transparent;
	background-image: url(../images/overlay_carousel.png);
}
#closeButton
{
	position: relative;
	float: right;
	height: 18px;
	width:56px;
	overflow-x: hidden;
	overflow-y: hidden;

}

#secondary_1
{
	float:left;
	height: 100%;
	text-align: left;
	border-right: 1px solid #333333;
	padding: 0px 10px 0px 0px;
	overflow-x:hidden;
	overflow-y: auto;
}

#secondary_2
{
	float:right;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

#twitterDiv {

	width: 100%;
	overflow:hidden;
}


#footer {
	position: relative;

	margin-top: 0px; 
	width: 100%;
	height: 60px;
	z-index:2;
	clear:both;
}



.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
