body {
	background-color: black;
}
#content {
   position:absolute;
      left: 50%;
      top :50%;
      width: 700px;
      height: 400px;
      margin-left: -350px;  /* half of width */
      margin-top: -200px;   /* half of height */
}

#header {
	padding-bottom: 2px;
}

#titel {
padding-bottom: 10px;

}



#vimeo {
	padding-bottom: 5px;
	text-align: center;
}

#links {
	padding-top: 10px;
}

#other {
	
}

