body {
	height						: 100%;
	width   					: 100%;
	margin						: 0px;
	font-size					: 16px;
	color							: #1b404f;
	font-family				: arial, helvetica, sans-serif;
	background				: url(images/bg.png);
}

table, td {
	font-size					: 16px;
	color							: #1b404f;
}

a {
	text-decoration		: none;
	color							: #1b404f;
}

#container {
	position					: absolute;
	top								: 0;
	left							: 50%;
	width							: 796px;
	height						: 723px;
	margin						: 0 0 0 -398px;
	text-align  			: left;
}

#logo {
	position					: absolute;
	left							: 0px;
	top								: 15px;
	height						: 144px;
	width							: 796px;
	background				: url(images/logo.png);
}

#menu {
	position					: absolute;
	top								: 174px;
	left							: 0px;
	height						: 41px;
	width							: 796px;
}

#body {
	position					: absolute;
	
	left							: 0px;
	top								: 230px;
	width							: 796px;
	height						: 493px;
	
	overflow 					: auto;

	padding-left			: 0px;
	padding-right			: 0px;
	padding-top				: 0px;
	padding-bottom		: 0px;
		
	border-top				: 0px solid;
	border-right			: 0px solid;
	border-bottom			: 0px solid;
	border-left				: 0px solid;
	
	font-size					: 14px;
	color							: #1b404f;

	background				: url(images/body.png);
}

#tekst {
	position					: absolute;
	
	left							: 20px;
	top								: 40px;
	width							: 746px;
	height						: 413px;
	
	overflow 					: auto;

	padding-left			: 0px;
	padding-right			: 10px;
	padding-top				: 0px;
	padding-bottom		: 0px;
		
	border-top				: 0px solid;
	border-right			: 0px solid;
	border-bottom			: 0px solid;
	border-left				: 0px solid;
	
	font-size					: 14px;
	color							: #1b404f;
}
