@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	height: 100%;
	text-align:center;
	line-height:20px;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing:0.8px;

}

#wrapper { 
	height: 100%;
	width: 70%;
	margin: auto
}

html { 
	background: url(../images/bg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	height: 100%;
	background-color:black;
}


#bg {
	min-height: 100%;
	height: auto !important;
	background-image:url(../images/pattern.png);
	height: 100%;
	width: 100%;
	float: left;
	overflow:hidden;
	background-attachment:fixed;
}

#logo {
	height:250px;
	background-image:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

#ep {
	height:650px;
	color:white;
}

#ep p {
	width:350px;
	margin:0px auto;
	margin-bottom:20px;
}

#ep a.cover {
	background: url(../images/ep.jpg) no-repeat;
	height:350px;
	width:350px;
	display:block;
	margin:0px auto;
	cursor:s-resize;
	margin-bottom:20px;
}

#ep i {
	font-size:14px;
	color:#a1926a;
}

#links {
	height:130px;
}

#kontakt {
	height:130px;
	color:white;
}

#kontakt a {
	color:#a1926a;
	text-decoration:none;
}

#bandpool {
	height:200px;
	color:white;
}