html
{
	overflow: hidden;
}

body
{
	width: 100%;
	height: 100%;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color : #ffffff;
	text-align: center;
}

body
{
	text-align: -moz-center;
}

.TopFrame
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.Logo
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 0px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 10;
}

.MaakUwKeuze
{
	position: absolute;
	width: 665px;
	height: 107px;
	z-index: 19;

}

.KnopWerkgever
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 105px;
	width: 330px;
	border: solid 1px #000000;
	background-color: #ffffff;
	filter: alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	z-index: 20;

}

.KnopWerknemer
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 105px;
	width: 330px;
	border: solid 1px #000000;
	background-color: #ffffff;
	filter: alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	z-index: 20;
}

.BottomFrame
{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	background-image: url('../images/people.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.keywords
{
	border: solid 1px #000000;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	width: 1000px;
	z-index: 18;
}

li
{
	font-family: Arial;
	font-size: 12px;
	/*color: #96b2dd;*/
	color: #d3dff1;
	display: inline;
}

strong
{
	font-size: 120%;
	font-weight: normal;
}
