@charset "utf-8";
/* CSS Document */

body
{
		background-color: #000;
}



#totaal
{
position: absolute;
overflow: hidden;
height: 400px;
margin-top: -200px;
top: 50%;
margin-left: -400px;
width: 800px;
left: 50%;
}	

#horizon
{
	background-color: #transparant;
	position: fixed;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	visibility: visible;
	display: block;
}

#container
{
	overflow: hidden;
	margin-left: -400px;
	position: relative;
	top: -200px;
	left: 50%;
	width: 800px;
	height: 400px;
	background-color: #1c1c1c;
}

#index1
{
	position: absolute;
	width: 800px;
	height: 325px;
	background-image: url(../assets/images/index1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#index2
{
	position: absolute;
	width: 399px;
	height: 75px;
        top: 325px; 
	background-image: url(../assets/images/index2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#index3
{
	position: absolute;
	width: 401px;
	height: 75px;
        left: 399px;
        top: 325px;
	background-image: url(../assets/images/index3.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

