body {
	background: #bbb;
}
a {
	color: #0077cc;
	text-decoration: none;
}
#header {
	text-align: center;
	width: auto;
	margin: 0px auto 0px auto;
}
div#content {
	background: #fff;
	margin: 0px auto 0px auto;
	width: 640px;
	padding: 10px;
}
#nav {
	position:relative;
	z-index: 1;
}
div#nav ul li {
	padding: 5px;
	border: solid 1px #0077cc;
	background: #fff;
	margin: 2px;
	display: inline;
}
div#nav ul li#active {
	background: #fff;
	border-bottom: solid 1px #fff;
}
div#nav ul li#active a {
	text-decoration: none;
	color: #00f;
}
div#infobox {
	color: #000;
	background: #fff;
	position: relative;
	top: -12px;
	padding: 20px;
	border: solid 1px #0077cc;
	z-index: 0;
}
div#infobox p {
	position: relative;
}
#vorst {
       display:none;
       }
div#infobox img  {
	position: relative;
	float: right;
}
div#infobox img#lo {
}
div#footer {
	border: solid 0px red;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px;
}

div#credit{
	font-size:77%;
	text-align:center;

}

div#vidwrap{
	text-align:center;
		margin:40px 0 40px 0;
}

div#vid a{
	color:#fff;
}

div#vid img{
	float:none;
}