body {
	margin: 0;
	background-image: url(../img/iframe_bground.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4E4E4E;
	text-align: center;
}
.headline {
	margin-top: 90px;
}
h1 {
	color: #41311B;
	font-family: Georgia;
	font-size: 18px;
	margin-bottom: 10px;
}
#menu {
	padding-top: 20px;
	width: 100%;
}
#link {
	padding-bottom: 5px;
}
#close {
	padding-top: 15px;
}

a:link.close {
	color: #654c29;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
}
a:visited.close {
	color: #654c29;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
}
a:active.close {
	color: #654c29;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
}
a:hover.close {
	color: #654c29;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: underline;
}

a:link {
	color: #654c29;
	font-family: Georgia;
	font-size: 16px;
	text-decoration: none;
}
a:visited {
	color: #654c29;
	font-family: Georgia;
	font-size: 16px;
	text-decoration: none;
}
a:active {
	color: #654c29;
	font-family: Georgia;
	font-size: 16px;
}
a:hover {
	color: #654c29;
	font-family: Georgia;
	font-size: 16px;
	text-decoration: underline;
}
