* {
	margin: 0;
	padding: 0;
}

.noborder {
	border: 0;
}

div.flag {
	text-align: center;
	height: 35px;
}

div#maincontainer {
	margin: 20px auto 0 auto;
	width: 901px;
}
div#mainpicture {
	width: 901px;
	height: 394px;
	background-image: url('../images/ehrenbergsplash.jpg');
	background-repeat: no-repeat;
}
div.languagebox {
	background-image: url('../images/languagebox.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 160px;
	height: 146px;
	font-size: 10px;
	font-family: arial, verdana, sans-serif;
	padding: 15px 10px 0 10px;
}

div.languagebox a {
	color: black;
	text-decoration: none;
}

div.languagebox a:hover {
	text-decoration: underline;
}


