div#container {
position: absolute;
top: 50%;
left: 50%;

margin-left: -500px;
margin-top: -207px;

width: 946px;
height: 414px;
}

	div#container div#header {
	float: left;
	clear: both;
	width: 100%;
	height: 44px;
	margin-bottom: 8px;

	background-color: #eaebeb;

	background-image: url('../images/imgHomeTop.gif');
	background-repeat: no-repeat;
	}

	div#container div.kolom {
	float: left;
	width: 310px;
	height: 310px;

	background-color: #eaebeb;
	}

		div#container div.kolom a {
		display: block;
		margin-top: 255px;
		width: 310px;
		text-align: center;

		font-family: Verdana;
		color: #ffffff;
		text-decoration: none;
		font-size: 22px;
		}

		div#container div.kolom a:hover {
		text-decoration: underline;
		}

	div#container div#kolom1 {
	background-image: url('../images/imgHome1.jpg');
	background-repeat: no-repeat;
	}

	div#container div#kolom2 {
	background-image: url('../images/imgHome2.jpg');
	background-repeat: no-repeat;
	}

	div#container div#kolom3 {
	background-image: url('../images/imgHome3.jpg');
	background-repeat: no-repeat;
	}

	div#container div.kolom_spacer {
	float: left;
	width: 8px;
	height: 310px;
	}

	div#container div#footer {
		/* float: left; */
		clear: both;
		width: 100%;
		height: 51px;
		margin-top: 0px;
		background-color: white;
		background-image: url('../images/imgHomeBottom.gif');
		background-repeat: no-repeat;		
	}
	
		div#container div#footer p {
			text-align: right;
			font-family: Arial;
			font-size: 24px;
			padding: 23px 10px 0 0;
		}
