*	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

html, body {
	height: 100%;
	}
		
html {
	z-index: 0;
	background: #5b1417 url('default/background_body.png') repeat-x bottom fixed;
	}
	
#backgrounddiv {
	z-index: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background: url('default/guitar.png') no-repeat bottom fixed;
	}
	
#container {
	z-index: 1;
	position: relative;
	width: 960px;
	min-height: 100%;
	
	padding-left: 33px;
	padding-right: 33px;
	
	background: url('default/background_container.png') repeat-y;
	
	margin-left: auto;
	margin-right: auto;
	}
	
#band #container {
	background: url('default/background_mistura_container.png') repeat-y;
	}
	
#band #content {
	background: url('default/background_mistura_content.jpg') no-repeat top center;
	padding-top: 734px;
	color: #8b6a2f;
	}
	
#band #content #bandnav {
	position: absolute;
	margin-top: -730px;
	font-family: 'Lithos Pro Regular', verdana;
	font-size: 18pt;
	}
#bandnav ul {
	list-style: none !important;
	margin-left: 0px !important;
	}
	
#bandnav li, #bandnav li a {
	color: #8b6a2f;
	padding: 6px;
	text-decoration: none;
	}
	
#bandnav li:hover, #bandnav li a:hover, #bandnav .highlight, #bandnav .highlight a {
	color: #b4ab60 !important;
	font-weight: normal !important;
	}

	
#header {
	width: 960px;
	}
		
	#banner {
		height: 162px;
		
		background: url('default/banner4.jpg') no-repeat;
		}

		#banner h1 {
			display: none;
			}

	#main_nav {
		height: 36px;
		
		background: url('default/background_menubar.png') repeat-x;
		}
		
		#main_nav ul {
			list-style: none;
			
			height: 36px;
			line-height: 36px;
			vertical-align: middle;
			}
			
		#main_nav ul ul {
			z-index: 99;
			display: none;
			border: 1px solid black;
			background: url('default/background_suckerfish.png');
			}
			
			#main_nav ul li {
				display: block;
				padding-left: 15px;
				padding-right: 15px;
				float: left;
				}
				
			#main_nav ul ul li {
				float: none !important;
				}
				
			#main_nav li, #main_nav a {
				font-family: "Lithos Pro Regular", verdana;
				font-variant: small-caps; 
				font-size: 16pt;
				color: white;
				text-decoration: none;
				}
				
			#main_nav ul li:hover, #main_nav a:hover, .highlight, .highlight a {
				color: #d41921 !important;
				}
				
			#main_nav #lang {
				height: 36px;
				width: 25px;
				background: url('default/pulldown.png') no-repeat right;
				}
				
			#main_nav #lang ul {
				background: url('default/background_suckerfish.png');
				width: auto;
				}
			 	
			 	#main_nav #lang #en {
				 	display: block;
				 	width: 20px;
				 	height: 36px;
				 	background: url('default/en.gif') no-repeat left center;
			 		}
			 		
			 		#main_nav #lang #en span {
				 		display: none;
			 			}
			 		
			 	#main_nav #lang #nl {
				 	display: block;
				 	width: 20px;
				 	height: 36px;
				 	background: url('default/nl.gif') no-repeat left center;
			 		}
			 		
			 		#main_nav #lang #nl span {
				 		display: none;
			 			}
			 	
				
		#main_nav ul li:hover ul {
			display: block;
			position: absolute;
			height: auto;
			}
			
		.pulldown {
			background: url('default/pulldown.png') no-repeat right;
			margin-right: 15px;
			}
				
#content {
	width: 920px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100%;
	}
		
#footer {
	position: fixed	; 
	width: 960px;
	bottom: 0;
	padding-top: .2em;
	padding-bottom: .2em;
		
	background: #000;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	
	text-align: center;
	}
	
#footer p {
	font-family: "Verdana";
	color: white;
	font-size: 7pt;
	}
