#all {
	width:100%;
	height:100%;
}
#header {
	width:100%;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
#header h1 {
	float:left;
}
#header h1 a.logo {
	background:url('../img/header.jpg') left;
	width:1600px;
	height:200px;
	font-size:0.1em;
	text-indent:-10000px;
	display:block;
	float:left;
}
#section, #content {
	width:100%;
	display:block;
	float:left;
	margin:10px 0;
}
#content .absolut {
	width:20%;
	float:left;
	text-align:center;
}
#content .video {
	width:60%;
	float:left;
	text-align:center;
}
#content .red-bull {
	width:20%;
	float:left;
	text-align:center;

}
#footer {
	width:100%;
	display:block;
	float:left;
}

#footer #main {
	width:940px;
	margin:0 auto;
	display:block;
	height:400px;
	overflow:auto;
}
.credits {
	width:940px;
	margin:0 auto;
	display:block;
}
.credits span.fo {
	float:right;
	background:url('../img/logo-fo.gif') left;
	width:120px;
	height:46px;
	font-size:0.1em;
	text-indent:-10000px;
}

