@charset "UTF-8";
/* CSS Document */

body {
	background: #257cb2 url(images/bodybg.png) repeat-x;
	margin-top: -10px;
	}

#wrapper {
	background: url(images/wrapperbackground.png) no-repeat;
	margin: 0 auto;
	width: 1055px;
	height: 870px;
	margin-top: 10px;
	
	}
		
#header {
	height: 180px;
	background: none;
	}

	#countdown {
	width: 30px;
	height: 30px;
	position: relative;
	left: 840px;
	top: 43px;
	color: #0099FF;
	font-family: 'Helvetica', Helvetica Neue, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	
	}

#content {
	height: 425px;
}

	#videoplayer{
	width: 520px;
	height: 300px;
	float: left;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 80px;
	padding-top: 10px;
	}
	
	#videoplayer object {
	margin-top: -7px;
	margin-left: 2px;
	}
	
	#description{
	background: url(images/beschrijving.png) no-repeat;
	width: 350px;
	height: 300px;
	float: right;
	margin-top: 50px;
	margin-right: 60px;
	}
	
	
	#screenshots {
	width: 200px;
	height: 112px;
	padding: 1px;
	border: 1px solid #ddd;
	background: #efefef;
	margin-top: auto;
	margin-left: 88px;
	float: left;
	}
	
	#screenshots2 {
	width: 200px;
	height: 112px;
	padding: 1px;
	background: #efefef;
	border: 1px solid #ddd;
	margin-top: auto;
	margin-left: 20px;
	float: left;
	}
	
#newsletter_sub {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 300px;
	float: right;
	margin-right: 130px;
	margin-top: 330px;
	}
	

#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;	
	position: absolute;
	bottom: -403px;
	height: 20px;
	left: 116px;
	width: 634px;
}
