html body {
	background-color: #c8c8c8;
}

#main {
	background-image: url('../images/background-customs.png');
}

#header {
	background-image: url('../images/header-customs-level3.png');
}

#header #languages, #header #languages a, #header .search-form a {
	color: black;
}

#menubar {
	background-image: url('../images/menubar-customs.png');
}
#menubar .switch-section {
	color: #366f17;
}

#menuitems li {
	background-color: #64b14f;
}

#menuitems a {
	color: white;
}

#active a {
	color: #366f17;
}

#menuitems li#active {
	background-color: #96d385;
	color: #366f17;
}

#footer {
	background-color: #c8c8c8;
	background-image: url('../images/footer-background-customs.png');
}