/* (C) ChirstianHaag.se */

body {
	background: #000000;
}
#logo h1 {
background: url('../imgs/logo.gif') no-repeat left top;
width: 415px;
height: 23px;
margin: 60px 0px 0px 60px;
}
	#logo h1 span {
	display: none;
	}
#contact {
margin: 20px 0px 0px 60px;
background-color: #000000;
}
	#contact p{
	display: inline;
	font: bold 9pt/14pt 'Arial';
	background-color: #ffffff;
	padding: 5px;
	}
	#contact a:link, a:visited {  
	text-decoration: none;
	font: bold 9pt/14pt 'Arial';
	color: #000000;
	}
	#contact a:hover, a:active {
	text-decoration: none;	
	font: bold 9pt/14pt 'Arial';
	background-color: #ff00ff;
	}

#commercials {
margin: 60px 0px 0px 60px;
width: 920px;
}
	#commercials h1 {
	background: url('../imgs/commercials.gif') no-repeat left top;
	width: 95px;
	height: 11px;
	}
		#commercials h1 span {
		display: none;
		}
		
#music {
margin: 60px 0px 0px 60px;
width: 920px;
}
	#music h1 {
	background: url('../imgs/musicvideos.gif') no-repeat left top;
	width: 95px;
	height: 11px;
	}
		#music h1 span {
		display: none;
		}
#shorts {
margin: 60px 0px 0px 60px;
width: 920px;
}
	#shorts h1 {
	background: url('../imgs/shorts.gif') no-repeat left top;
	width: 104px;
	height: 11px;
	}
		#shorts h1 span {
		display: none;
		}
#about {
margin: 60px 0px 0px 60px;
width: 445px;
}
	#about h1 {
	background: url('../imgs/about.gif') no-repeat left top;
	width: 150px;
	height: 14px;
	}
		#about h1 span {
		display: none;
		}
	#about p {
	text-align: justify;
	margin: 0;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	font: 8pt/14pt 'Arial';
	color: #ffffff;
	}
	#about a:link, a:visited {  
	text-decoration: none;
	font: bold 9pt/14pt 'Arial';
	color: #ffffff;
	}
	#about a:hover, a:active {
	text-decoration: none;	
	font: bold 9pt/14pt 'Arial';
	background-color: #ff00ff;
	
#extra {
margin: 60px 0px 0px 60px;
width: 920px;
}
	#extra h1 {
	background: url('../imgs/extra.gif') no-repeat left top;
	width: 37px;
	height: 11px;
	}
		#extra h1 span {
		display: none;
		}	
	
#qTip {
padding: 5px;
border: 2px solid #000000;
display: none;
background: #FFFFFF;
color: #000000;
font: bold 9pt 'Arial';
text-align: left;
position: absolute;
z-index: 1000;
}