body {
	background-color: black;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url('bandhatter.jpg');
	background-attachment: fixed;
  

	font-family: arial;
	font-size: 11px;
	color: #aaaaaa;
	
}


div#content {
	
	max-width: 1200px;
	height: auto;

	background-color: rgba(0, 0, 0, 0.8);
	
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	
	margin: 4px auto;
	padding-bottom: 40px;
	-moz-box-shadow: 0 0 100px black;
	-webkit-box-shadow: 0 0 100px black;
	box-shadow:0 0 100px black;
}



div#contact {
	width: 1202x;
	height: auto;
	float: center;
	padding: 5px 5px 5px 5px;

}


div.vonal {
	
	width: 560px;
	border-bottom: 3px solid #514b3d;
	padding: 5px;
	margin: 20px 20px;
		
}


div#content a {
	color: #cbc3af;
	text-decoration: none;
}




div#header {
	width: 560px;
	
	border: 3px solid #514b3d;
	
	background: #0e2328;
	margin: 5px auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	
}
	
div#header a {
	color: #cbc3af;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 0 30px;
	
}

div#header a:hover {
	color: #735f24;
		
}

	

h1 {
	color: #ae9b48;
	font-size: 28px;
	text-align: center;
	border-bottom: 1px solid #9af9f78;
	padding: 10px;
	margin: 5px;
}

h2 {
	color: #94843c;
	font-size: 24px;
	text-align: center;
	margin: 5px;
}
	
h3 {
	color: #f8f0b9;
	font-size: 30px;
	text-align: center;
	margin: 0 20px;
}
	
div#content p {
	color: #94843c;
	font-size: 20px;
	text-align: center;
	margin: 0 20px;
}

div#lab {
	color: #94843c;
	font-size: 15px;
	text-align: center;
	padding: 40px 40px 5px 40px;
}



div.kepek img {
	border: 0px solid #000000;
	margin: 5px 20px 20px 20px;
	float: center;
}	

div.kepek iframe {
	border: 0px solid #000000;
	margin: 5px 20px 20px 20px;
	float: center;
	
}	

