body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	background-color: #404040;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #404040;
	text-decoration: none;
}

#kontent {
	position:absolute;
	left:50%;
	margin-left:-380px;
	width:760px;
	top:10px;
}

#top {
	background-image:url(images/top.jpg);
	width:760px;
	height:235px;
}

#navigation {
	background-image:url(images/navigation.gif);
	width:760px;
	height:45px;
}

#main {
	background-image:url(images/main.gif);
	padding:20px;
}

#bottom {
	background-image:url(images/bottom.gif);
	background-repeat: no-repeat;
	width:760px;
	height:10px;
}

.red {
	color: #990000
}
