
@import url(http://fonts.googleapis.com/css?family=Lobster);

body {
	background-color: #0d1d1c;
	background-image: url(pixelback.jpg);
	background-repeat: no-repeat;
	background-position:center center; /* belangrijk dat center dubbel staat */
	background-attachment: fixed;
	overflow:hidden;
}
img a {
	border-style:0;
	border:0;
}
	/* verticaale midde */
.vertical {
	color: white;
	background-color: #0ff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: hidden;
	display: block
}
	/* horicontale midde */
.wrapper {
	margin-left: -568px;
	position: absolute;
	top: -320px;
	left: 50%;
	width: 1136px;
	height: 640px;
	visibility: visible
}
	/* 2de laag */
.screens {
	position:absolute;
	width:1136px;
	height:640px;
	z-index:-99;
}
	/* positie van TV's */
.tv1 {
	position:absolute;
	width:70px;
	height:76px;
	border-style:0;
	left:443px;
	top:495px;
}
.tv2 {
	position:absolute;
	width:82px;
	height:81px;
	border-style:0;
	left:192px;
	top:472px;
}
.tv3 {
	position:absolute;
	width:102px;
	height:73px;
	border-style:0;
	left:92px;
	top:423px;
}
.tv4 {
	position:absolute;
	width:88px;
	height:65px;
	border-style:0;
	left:586px;
	top:413px;
}
.tv5 {
	position:absolute;
	width:88px;
	height:72px;
	border-style:0;
	left:712px;
	top:410px;
}
.tv6 {
	position:absolute;
	width:80px;
	height:60px;
	border-style:0;
	left:678px;
	top:337px;
}
.tv13 {
	position:absolute;
	width:68px;
	height:55px;
	border-style:0;
	left:250px;
	top:387px;
}
	/* 3de laag */
.video {
	position:absolute;
	width:1136px;
	height:640px;
	z-index:1;
}
.shadow {
	position:absolute;
	margin:29px 58px;
	width:1020px;
	height:582px;
	padding:20px 10px 0px 10px;
	z-index:1;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 5px 180px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 5px 180px rgba(0, 0, 0, 1);
	box-shadow:         0px 5px 180px rgba(0, 0, 0, 1);
}
.info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	padding:0px 20px;
}

h1 {
	font-family: 'Lobster', cursive;
	font-size:24px;
	font-weight:normal;
	color:#fffedf;
	margin-top:0px;
}
h2 {
	font-family: 'Lobster', cursive;
	font-size:18px;
	font-weight:normal;
	color:#f0360f;
	margin-top:0px;
}
.back {
	position:absolute;
	height:24px;
	width:24px;
	top:24px;
	left:1078px;
	z-index:2;
	background-color:#111;
	border:0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 2px 20px rgba(111, 111, 111, 1);
	-moz-box-shadow:    0px 2px 20px rgba(111, 111, 111, 1);
	box-shadow:         0px 2px 20px rgba(111, 111, 111, 1);
	overflow:hidden;
}
.info-button {
	position:absolute;
	height:24px;
	width:24px;
	top:80px;
	left:648px;
	z-index:2;
	background-color:rgba(255,254,215,0.85);
	border:0;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 2px 20px rgba(111, 111, 111, 1);
	-moz-box-shadow:    0px 2px 20px rgba(111, 111, 111, 1);
	box-shadow:         0px 2px 20px rgba(111, 111, 111, 1);
	overflow:hidden;
}
.info-button a {
	color:#f0360f;
	text-decoration:none;
}
	/* 4de laag */
.links {
	position:absolute;
	width:1136px;
	height:640px;
	z-index:2;
}
