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



body{
	margin: 0;
	min-width: 1033px;
	padding: 0;
	position: relative;
}

body.box{
	min-width: 600px;
}


#mti_wfs_colophon img{
	visibility: hidden;
	opacity: 0;
}


img{
	border: 0;
	
}


.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0;
	text-align: center;
}



.header{
	background:url(images/top-repeat.jpg) repeat-x transparent;
	height:35px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:3000;
}

#gramophone{
	
	background-image: url(images/gramophone.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 auto;
	position: relative;
	height: 332px;
	top: -110px;
	width: 596px;
	z-index: 2000;
}

html{
	background-image: 
	url(images/top-bg.jpg),
	url(images/bg-bottom-repeat.jpg);
	background-repeat: 
	repeat-x,
	repeat;
	background-position: 
	50% 0,
	50% 564px;
}

#fourth{
	background-image:
	url(images/clouds-top.png),
	url(images/stars.png);
	background-repeat:
	repeat,
	repeat;
	background-position: 
	50% 0,
	50% 0;
	margin: -416px 0 0 0;
	position: relative;
	z-index: 50;
}

/*
#home #fourth{
	height: 1850px;
}
*/

/*
#releases #fourth{
	height: 4950px;
}
*/

/*
#listen #fourth{
	height: 3500px;
}
*/

#charity #fourth{
	/* height: 2150px; */
}

#tour #fourth{
	/* height: 8100px; */
}

#home #fourth #container{
	padding-bottom: 300px;
	overflow: hidden;
}

#listen #fourth #container{
	padding-bottom: 300px;
	overflow: hidden;
}

#releases #fourth #container{
	padding-bottom: 300px;
	overflow: hidden;
}

#tour #fourth #container{
	padding-bottom: 300px;
	overflow: hidden;
}

#charity #fourth #container{
	padding-bottom: 300px;
	overflow: hidden;
}


#player{
	background: url(images/bg-player.jpg) repeat;
	padding: 22px 75px;
	width: 344px;
	min-width: 344px !important;
}

#player p{
	font-size: 12px;
	line-height: 18px;
}

#player h2{
	font-size: 14px;
}

#player h3{
	font: 10px/13px "MuseoSlab-500", "Georgia", "Times New Roman", serif; 
	color:#666;
	margin: 5px 0px -5px 0;
	width: 380px;
	

}

#player p, #player h2{
	width: 339px;
	margin-left: -2px;
}



