#header,#langs,#menu,#submenu,#news,#galerie,#footer div a {
	display: none;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	border-top: solid 1px black;
}
h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 208px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 170px;
}
h1 a {
	text-decoration: none;
	color: black;
}
#maincontent {
	margin-left: 170px;	
	margin-top: -170px;
	min-height: 200px;
}
