body {
	height						: 100%;
	width   					: 100%;
	margin						: 0px;
	font-size					: 12px;
	color							: #000000;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
}

table, td {
	font-size					: 12px;
	color							: #000000;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	padding						: 0px;
	spacing						: 0px;
	margin						: 0px;
}

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

#container {
	position					: absolute;
	top								: 0;
	left							: 50%;
	width							: 931px;
	height						: 730px;
	margin						: 0 0 0 -465px;
	text-align  			: left;
	background				: url(images/layout/body.png);
}

#menu {
	position					: absolute;
	top								: 164px;
	left							: 44px;
	height						: 43px;
	width							: 843px;
}

#pagina_titels {
	position					: absolute;
	top								: 256px;
	left							: 588px;
	height						: 25px;
	width							: 215px;	
}

#text {
	position					: absolute;
	left							: 85px;
	top								: 335px;
	width							: 760px;
	height						:	375px;
	text-align  			: justify;
	overflow					: auto;

	scrollbar-base-color				: #ffffff;
	scrollbar-arrow-color				: #ffffff;
	scrollbar-3dlight-color			: #0678B4;
	scrollbar-darkshadow-color	: #ffffff;
	scrollbar-face-color				: #0678B4;
	scrollbar-highlight-color		: #0678B4;
	scrollbar-shadow-color			: #0678B4;
	scrollbar-track-color				: #ffffff;
}

#footer {
	position					: absolute;
	top								: 730px;
	left							: 0px;
	height						: 25px;
	width							: 931px;
}