body {
	font-family:sans-serif;
	background-image: url("./gfx/Background.jpg");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-color:black;
	color: white;
	Background-position: center top;
}

a {
	color: white;
	text-decoration:none;
}

a:visited {
	color: white;
}

a:hover {
	text-decoration:underline;
}

table {
	border-width:0px;
}

#container{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index: 1;
}

#navi {
	float:left;
	width:200px;
	height:30px;
	text-align:left;
	margin-top:80px;
	margin-left: 15px;
	position:relative;
	z-index:5;
}

#scm-icons{
	float:right;
	width:200px;
	height:30px;
	text-align:right;
	margin-top:80px;
	position:relative;
	z-index:5;
}

#band{
	
	width:780px;
	height:800px;
	z-index:2;
}

#sale {
	width: auto;
	height: auto;
	margin-top:-275px;
	
}

#shows{
	width:auto;
	height:auto;
	color: white;
}

#webshop{
	width:780px;
	height:auto;
	color: white;
}

#lower-navi{
	width:780px;
	height:auto;
	color: white;
	text-align:right;
	border-top-width:0.5px;
	border-top-color:rgb(238, 41, 50);
	border-top-style:solid;
	margin-top:35px;
	padding-top:5px;
}

#impress {
	width:780px;
	height:auto;
	color: white;
	text-align:left;
}

.clear { clear: both; }

h1.section {
	color: white;
	border-bottom-width:0.5px;
	border-bottom-color:rgb(238, 41, 50);
	border-bottom-style:solid;
}

img.webicons {
	height:18px;
	width:auto;
}