body {
	width: 100%;
	height: 100%;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #000 url(../img/main_back.jpg) top center no-repeat;
	background-size: 100% auto;
}

h1 {
	font-size: 20px;
	color: #000;
	background-color: #FFF;
	padding: 6px 8px;
	margin-bottom: 15px;
}

a {
	color: #FFF;
}

a:visited {
	color: #FFF
}

a:hover {
	text-decoration: none;
}

#site-wrapper {
	position: absolute;
	width: 1200px;
	height: 715px;
	top: 50%;
	left: 50%;
	margin: -357px 0 0 -600px;
	overflow: auto;
}

	#main-navtable {
		width: 1200px;
		height: 675px;
		background: url(../img/div_back.png) center no-repeat;
	}

		#cover, #facebook, #youtube, #shop, #soundcloud, #twitter, #contact, #pott-people, #sdd {
			position: absolute;
			overflow: hidden;
			z-index: 999;
			opacity: 0;
		}

		#cover:hover, #facebook:hover, #youtube:hover, #shop:hover, #soundcloud:hover, #twitter:hover, #contact:hover, #pott-people:hover, #sdd:hover {
			opacity: 0.2;
		}

			#cover {
				width: 268px;
				height: 380px;
				margin: 40px 0 0 198px;
				background: transparent url(../img/hover/cover_hover.png) top center no-repeat;
			}

				#buy-at {
					display: none;
					z-index: 10000;
					background-color: #000;
					width: 800px;
					height: 400px;
					padding: 45px 25px 25px 25px;
					color: #FFF;
					font-weight: bold;
					font-size: 16px;
					letter-spacing: 0;
					-moz-box-shadow: 0 0 35px rgba(255,255,255,0.5);
					-webkit-box-shadow: 0 0 35px rgba(255,255,255,0.5);
				}

					.close {
						position: absolute;
						width: 85px;
						height: 35px;
						background-image: url(../img/overlay/close.png);
						right: 8px;
						top: 5px;
						cursor: pointer;
					}

					#buy-at img:hover {
						opacity: 0.6;
					}

			#facebook {
				width: 104px;
				height: 93px;
				margin: 146px 0 0 556px;
				background: transparent url(../img/hover/facebook_hover.png) top center no-repeat;
			}

			#youtube {
				width: 105px;
				height: 98px;
				margin: 234px 0 0 559px;
				background: transparent url(../img/hover/youtube_hover.png) top center no-repeat;
			}

			#shop {
				width: 125px;
				height: 127px;
				margin: 326px 0 0 541px;
				background: transparent url(../img/hover/shop_hover.png) top center no-repeat;
			}

			#soundcloud {
				width: 102px;
				height: 96px;
				margin: 153px 0 0 688px;
				background: transparent url(../img/hover/soundcloud_hover.png) top center no-repeat;
			}

			#twitter {
				width: 109px;
				height: 82px;
				margin: 219px 0 0 690px;
				background: transparent url(../img/hover/twitter_hover.png) top center no-repeat;
			}

			#contact {
				width: 134px;
				height: 120px;
				margin: 298px 0 0 680px;
				background: transparent url(../img/hover/contact_hover.png) top center no-repeat;
			}

			#pott-people {
				width: 119px;
				height: 128px;
				margin: 522px 0 0 279px;
				background: transparent url(../img/hover/pott-people_hover.png) top center no-repeat;
			}

			#sdd {
				width: 125px;
				height: 127px;
				margin: 527px 0 0 414px;
				background: transparent url(../img/hover/sdd_hover.png) top center no-repeat;
			}

		#like-button {
			position: absolute;
			z-index: 999;
			bottom: 56px;
			right: 20px;
			width: 83px;
			height: 62px;
			overflow:hidden;
		}

	#copyright-bar {
		float: left;
		width: 580px;
		height: 24px;
		padding: 8px 10px;
		background: #4d0600;
		font-size: 10px;
		font-weight: bold;
		line-height: 24px;
	}

		#copyright-bar > div {
			float: left;
		}

	#contact-bar {
		float: left;
		width: 580px;
		height: 24px;
		padding: 8px 10px;
		background: #4d0600;
		font-size: 10px;
		font-weight: bold;
		line-height: 24px;
		text-align: right;
	}

		#imprint {
			display: none;
			z-index: 10000;
			background: #000 url(../img/overlay/imprint_back.png) bottom right no-repeat;
			width: 800px;
			height: 230px;
			padding: 45px 25px 25px 25px;
			color: #FFF;
			text-align: left;
			font-size: 14px;
			letter-spacing: 0;
			-moz-box-shadow: 0 0 35px rgba(255,255,255,0.5);
			-webkit-box-shadow: 0 0 35px rgba(255,255,255,0.5);
		}