/* Main */

body {
	font-family:Arial, Verdana;
	color:#ffffff;
	background-color:#c0272d;
	background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:center;
}

a:link, a:visited, a:active {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

img {
	border:0px;
}

img.clickbutton {
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

img.clickbutton:hover {
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

#wrapper {
	position:relative;
	width:994px;
	height:auto;
	min-height:450px;
	background-image: url(images/bg_main.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	left:-40px;
	padding:0px;
	margin:auto;
	text-align:left;
}

/* Elements */

#intro_text {
	position:absolute;
	width:440px;
	height:170px;
	overflow:hidden;
	display:inline-block;
	padding:0px;
	margin:0px;
	line-height:17px;
	left:138px;
	top:306px;
	text-align:justify;
}

#intro_text.dutch_view {
	font-size:13px;
	width:420px;
	top:306px;
	line-height:18px;
}

#intro_text p {
	padding:0px 0px 10px 0px;
	margin:0px;
	text-align:justify;
}

#button_01 {
	position:absolute;
	width:385px;
	height:28px;
	padding:0px;
	margin:0px;
	left:138px;
	top:486px;
	text-align:left;
}

#button_02 {
	position:absolute;
	width:385px;
	height:28px;
	padding:0px;
	margin:0px;
	left:138px;
	top:522px;
	text-align:left;
}

#button_03 {
	position:absolute;
	width:385px;
	height:28px;
	padding:0px;
	margin:0px;
	left:138px;
	top:584px;
	text-align:left;
}

#social_01 {
	position:absolute;
	width:63px;
	height:63px;
	padding:0px;
	margin:0px;
	left:672px;
	top:486px;
	text-align:left;
}

#social_02 {
	position:absolute;
	width:63px;
	height:63px;
	padding:0px;
	margin:0px;
	left:758px;
	top:486px;
	text-align:left;
}

#social_03 {
	position:absolute;
	width:63px;
	height:63px;
	padding:0px;
	margin:0px;
	left:844px;
	top:486px;
	text-align:left;
}

/* Extra */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

