body {
	background: #000;
	overflow: hidden;
}
.logo {
   width: 250px;
   height: 250px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -250px;
   margin-top: -250px;
}
.info {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 195px;
	height: 118px;
	background: url(../images/dannyrensenbrink-info.png) no-repeat;
}