body {
	height						: 100%;
	width   					: 100%;
	margin						: 0px;
	font-size					: 16px;
	color							: #000000;
	font-family				: arial, helvetica, sans-serif;
}

table, td {
	font-size					: 16px;
	color							: #000000;
	font-family				: arial, helvetica, sans-serif;
}

a {
	text-decoration		: none;
	color							: #000000;
}

hr {
	background-color	: #000000;
	height						: 1px;
	margin-top				: 10px;
	margin-bottom			: 10px;
}

#container {
	position					: absolute;
	top								: 0;
	left							: 50%;
	width							: 927px;
	height						: 591px;
	margin						: 0 0 0 -463px;
	text-align  			: left;
}

#logo {
	position					: absolute;
	left							: 0px;
	top								: 0px;
	height						: 159px;
	width							: 927px;
	background				: url(images/layout/logo.png);
}

#menu {
	position					: absolute;
	top								: 159px;
	left							: 0px;
	height						: 43px;
	width							: 927px;
}

#text {
	position					: absolute;
	left							: 0px;
	top								: 202px;
	width							: 927px;
	height						: 510px;
	padding						: 0px;
	background				: url(images/layout/tekst_bg.png);
}

#text2 {
	position					: absolute;
	left							: 110px;
	top								: 30px;
	width							: 707px;
	text-align  			: justify;
}

#footer {
	position					: absolute;
	top								: 712px;
	left							: 0px;
	height						: 37px;
	width							: 927px;
	background				: url(images/layout/copyright.png);
}
