* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #00B9FE;
}

body {
	background: #000;
}

div#wrapper {
	position: relative;
	width: 919px;
	height: 629px;
	margin: 0 auto;
}

img.oscar-wilde {
	position: absolute;
	top: 157px;
	left: 43px;
}

img.intro-logo {
	position: absolute;
	top: 60px;
	left: 643px;
}

img.ff-systeme {
	position: absolute;
	top: 250px;
	left: 43px;
}

img.hightech-holzteile {
	position: absolute;
	top: 250px;
	left: 453px;
}

p {
	position: absolute;
	top: 315px;
	left: 335px;
	z-index: 5;
	width: 200px;
	text-align: center;
}

a:link, a:visited {
	position: absolute;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.ff-systeme {
	top: 600px;
	left: 90px;
}

a.hightech-holzteile {
	top: 600px;
	left: 590px;
}

ul
{
  list-style:disc;
  list-style-position:inside;
}

.debug
{
  position:relative;
  z-index:1000;
  border:1px solid #ddd;
  background-color:#2FBF43;
  padding:5px;
  
}
.debug *
{
  color:#fff;
}
