html{
	height: 100%;
	
}
body {
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	z-index: 1;
}
div {
	border: 0px;
}

.container a		      {text-decoration: none;	color: Black;}
.container a:visited		{text-decoration: none; color: Black;}
.container a:hover		{text-decoration: none;	color: #00d2ff;}
.container a:active		{text-decoration: none; color: Black;}




div.container {
	position: relative;
	background-image: url(../img/content-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	border: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	z-index: 2;
	overflow: auto;
	line-height: 14px;
}



div.uno {
	position: relative;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	z-index: 3;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 445px;
		
}

div.due {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 400px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
}



div.naam {
	position: absolute;
	top: 0px;
	border: 0px;
	left:55%;
	margin-left:166px;

}

div.strook {
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100px;
	border: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	z-index: 3;
	overflow: hidden;	
}
