*
{
	outline:none;
}

body
{
	text-align:center;/* center hack */
	background-color:#4D4D4D;
	background-image:url("../img/background.jpg"); /* jpg was veeel kleiner dan png */	
	background-repeat:repeat-y;
	background-position:top center;
}

#container
{
	width:961px;
	margin:0 auto;
	/* center hack */
	text-align:left;
}


a#home-logo
{
	display:block;
	text-indent:-9999px;
	height:329px;
	width:100%;
	background-image:url("../img/header.png");
}

#menu
{	
	float:left;
	display:inline; /*duble margin hack */
	background-image:url("../img/container.png");
	width:100%;
	margin-top:0px;
}

#menu a, #menu div
{
	height:34px;
	float:left;
	text-indent:-9999px;
}

#menu a:hover, a#home-logo:hover	
{
	background-color:transparent;
	padding:0px;
	margin:0px;
	
}



#text
{
	background-image:url("../img/container.png");

}

#guitar
{
	clear:left;
	padding:40px;
	padding-left:280px;
	padding-right:120px;
	
	background-image:url("../img/guitar.png");
	background-repeat:no-repeat;
	background-position:bottom left;
	
	min-height:584px;
}




#footer
{
	height:8px;
	background-image:url("../img/footer.png");
}



a#lvdglink
{
	font-size:60%;
	color:#AAA;
	text-decoration:none;
	float:right;
	margin-top:0px;
	margin-right:120px;
}


.quoin
{
	clear:both;
}
