body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #000;
	font: 14px Arial, Helvetica, sans-serif;
}
#container {
	text-align: left;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#container #header {
	height: 90px;
	background: url(../img/header.png) no-repeat;
	text-align: right;
	padding: 10px;
}
#container #navigation {
	padding-left: 6px;
	margin-top: 5px;
}
#container #content {
}

#container #fotos {
	height: 126px;
	margin-bottom: 1px;
}
#container #footer {
	height: 18px;
	text-align: center;
	color: #999;
	font-size: 10px;
	background: url(../img/footer.png) no-repeat;
}
#copyright {
	font-size: 10px;
	color: #433D3F;
	padding-top: 5px;
}
#content #tekst {
	width: 680px;
	float: left;
	padding: 10px;
	line-height: 25px;
	text-align: justify;
}
#content #logos {
	width: 133px;
	float: right;
	text-align: center;
	padding-top: 80px;
	height: 55px;
	padding-bottom: 10px;
	padding-right: 10px;
}
