.home-left {
	display: block;
	width: 481px;
	height: 385px;
	float: left;
}

.home-right {
	display: block;
	width: 481px;
	height: 385px;
	float: right;
}

#wrapper {
	background: url('../img/home-wrapper-background.jpg') no-repeat;
}

#home-background {
	position: absolute;
	background: url('../img/home-background.jpg') no-repeat;
	top: 0;
	left: 0;
	width: 962px;
	height: 385px;
}

#button-lennert {
	position: absolute;
	width: 481px;
	height: 385px;
	top: 0;
	left: 0;
	cursor: pointer;
}

#button-moritz {
	position: absolute;
	width: 481px;
	height: 385px;
	top: 0;
	right: 0;
	cursor: pointer;
}

.video-wrapper {
	background: url('../img/portfolio-video-background.png') no-repeat;
	position: absolute;
	width: 212px;
	height: 128px;
	cursor: pointer;
}

.video-image {
	position: absolute;
	width: 192px;
	height: 108px;
	top: 10px;
	left: 10px;
}

.video-description {
	position: absolute;
	background-color: #000000;
	width: 192px;
	height: 30px;
	top: 88px;
	left: 10px;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 0.75em;
	opacity: 0.9;
}

.col1, .col2, .col3, .col4 {
	top: 400px;
}

.col1 {
	left: 15px;
}

.col2 {
	left: 255px;
}

.col3 {
	left: 495px;
}

.col4 {
	left: 735px;
}

#latest {
	position: absolute;
	top: 376px;
	left: -9px;
	cursor: pointer;
}

#video-player {
	position: absolute;
	top: 1px;
	left: -4px;
}
