* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #FF0000;
}

div#background {
	position: absolute;
	width: 1280px;
	height: 1024px;
	top: 5px;
	left: 50%;
	margin-left: -640px;
	background-image: url(images/ingame/reflinkbild.gif);
}

div#hackout {
	position: relative;
	top: 450px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	border: 1px solid red;
	text-align: center;
	background-color: #00FF00;
}

div#refreg {
	position: relative;
	top: 650px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	text-align: center;
}

div#footer {
	position: relative;
	top: 900px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	border: 1px solid red;
	text-align: center;
}

div#ads {
	position: relative;
	top: -180px;
	left: 100%;
	width: 730px;
	margin-left: -365px;
	border: 0px solid red;
	text-align: right;
}

div#video {
	position: relative;
	top: 0px;
	left: -150;
	width: 730px;
	margin-left: -365px;
	
	text-align: center;
}

div#who {
	position: relative;
	top: -40%;
	left: 100%;
	width: 120px;
	margin-left: -365px;
	
	text-align: center;
}
