/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Layer background */
#back {
	background-image: url(../../images/backgr_home.jpg);
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:750px;
	z-index:0;
}
/* Layer zwart vlak */
#band {
	position:absolute;
	left:0px;
	top:91px;
	width:100%;
	height:250px;
	z-index:1;
	background-color: #000000;
	background-image: url(../../images/zwart_vlak.jpg);
	background-repeat:no-repeat;
}
#login {
	position:absolute;
	left: 30%;
	top: 100px;
	right: 30%;
	bottom: auto;
	width:520px;
	z-index:3;
}
#logo {
	position:absolute;
	left:15%;
	top:60px;
	z-index:12;
}
#banner2{
	position:absolute;
	vertical-align:middle;
	left:0px;
	background-color: #007989;
	top:326px;
	height: 90px;
	z-index:23;
	width: 100%;
	text-align: center;
}
