* {
	margin: 0;
	padding: 0;
}

body {
	background: #145E31;
	color: white;
	border: 0;
	font: 16px Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

#wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 350px;
	margin-top: -175px;
	margin-left: -400px;
}

#header {
	width: 417px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

#left {
	width: 400px;
	float: left;
	text-align: center;
}

#right {
	width: 400px;
	float: right;
	text-align: center;
}

a.deutsch {
	width: 64px;
	height: 44px;
	background: url(images/flagge_at.gif) no-repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}

a:hover.deutsch {
	background: url(images/flagge_at_hover.gif) no-repeat;
}

a.english {
	width: 64px;
	height: 44px;
	background: url(images/flagge_uk.gif) no-repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
}

a:hover.english {
	background: url(images/flagge_uk_hover.gif) no-repeat;
}


