* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(/coole-linsen/grafiken/hand.jpg) no-repeat scroll center top;
}

/* -- Layout -- */

#container {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}

#eyem {
	width: 885px;
	height: 299px;
}

#produkte {
	width: 885px;
	height: 400px;
}

#impressum {
	width: 885px;
	height: 69px;
}

table {
	width: 100%px;
	border-collapse: collapse;
}

table th, table td {
	margin: 0;
	padding: 0;
}

/* -- Hacks -- */

.clearfix:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}
