

body {
	background: #fff;
	font-size: 1em;
}

a:link, a:visited, a:hover, a:active {
  outline: none;
	text-decoration: none;
	color: rgb(160, 160, 160);
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

#wrap2 {
	width: 100%;
	margin: 0 auto;
}
header {
	background: url(images/kunstart-header-bg.png) 0 0 no-repeat;
	height: 155px;
}
	header h1 {
		display: none;
	}
		
#thumbs {
	float: left;
	width: 540px;
}
	#thumbs ul {
		list-style: none;
		margin: 20px 0 0 40px;
		padding: 0;
	}
	#thumbs li {
		float: left;
		width: 60px;
		height: 60px;
		margin: 0 40px 40px 0;
	}

		#thumbs li:hover {
			-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
				 -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
							box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
		}

#swipe {
	float: center;
}

	#swipe ul {
		list-style: none;
		margin: 20px 0 0 20px;
		padding: 0;
	}
	

#stage {
	float: right;
	width: 415px;
	margin-top: 10px;
}

footer {
	clear: both;
	padding: 2em 0 0 40px;
	font-size: 1.2em;
	color: rgb(200, 200, 200);
	line-height: 150%;
}


/* CSS clearfix */
header:after,
footer:after,
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	} 
	
	
	
	
	
