html, body { 
	background-color: #0b4645;
} 

html {
	overflow-y: hidden;
}



/*---BACKGROUND IMAGE---*/

img.background {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
img.background {
	left: 50%;
	margin-left: -512px; 
}
}

.vlaggen {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.cursor {
	cursor: default;
}

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 560px
	height: 600px;
	margin-top: -300px;
	margin-left: -280px;
}

#flashContent {
	width: 560px;
	height: 474px;
	position: relative;
}

#content {
	width: 416px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
	background: url(../img/bg-talen.png) no-repeat top center;
	top: 30px;
}

#content ul {
	position: relative;
	top: 13px;
	left: 98px;
	_margin-left: 98px;
	_margin-top: 13px;
}

#content li {
	display: block;
	float: left;
	padding: 7px;
}

#content a {}