﻿* { padding: 0; margin: 0; }

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0;
	margin: 0;
	background: #8ab369 url('../images/intro_bg.png') repeat-x;
}

img {
	border: 0;
}

a:link { color: #333333; text-decoration: none; font-weight: bold;}
a:visited { color: #333333; text-decoration: none; font-weight: bold;}
a:hover { color: #700c4a; text-decoration: none; font-weight: bold;}


.clear {
	clear: both;
}

#wrapper { 
	margin: 0px auto 0px auto;
	width: 1024px;
}

#header {
	margin: 90px auto 0px auto;
	width: 492px;
	height: 369px;
	background: url('../images/intro_logo.png') no-repeat;
}

#samples {
	margin: 8 auto 0px auto;
	width: 965px;
	height: 137px;
}


#enter {
	margin: 18px auto 0px auto;
	width: 176px;
	height: 57px;
	background: url('../images/intro_enter.png') no-repeat;
}

#lang {
	margin: 5px auto 0px auto;
	width: 176px;
	height: 48px;
}

#lang_nl {
	float: left;
	width: 48px;
	height: 48px;
}

#lang_en {
	float: right;
	width: 48px;
	height: 48px;
}

