html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #111111;
	position: absolute;
	z-index: 0;
	background-color: #ae9380;
}

a, img, button {border:0 none}

div#wrapper {
	width: 600px;
	min-height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	height:auto !important; /* moderne Browser */
    height:100%; /* IE */
	position: relative;
	left: 50%;
	margin-left: -300px;
	padding-bottom: 20px;
	z-index: 1;
	background-color: #e4dbd4;
}

div#center_content {
	text-align: center;
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
}

div#header {
	height: 296px;
	width: 700px;
	background-image: url(../images/background/mars_logo.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-left: -50px;
	position: relative;
}

div#content {
	width: 560px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.image_button {
	opacity: 0.5;
	cursor: pointer;
}

div#bottom {
	height: 25px;
	line-height: 25px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	position: fixed;
	bottom: -25px;
	z-index: 10;
	color: #ffffff;
	text-align: center;
	background-color: #111111;
	opacity: 0.3;
}

div#button_menu {
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: absolute;
	top: 290px;
	z-index: 9;
	color: #ffffff;
	text-align: center;
}

div#sub_header {
	height: 25px;
	opacity: 0.75;
	line-height: 25px;
	font-weight: bold;
	width: 600px;
	text-align: center;
	margin-left: -20px;
	background-color: #111111;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#menu_content {
	text-align: left;
	width: 600px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	left: 50%;
	margin-left: -300px;
}

div#bottom_content {
	text-align: left;
	line-height: 15px;
	width: 560px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	height: 475px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #111111;
	color: #ffffff;
}

.text_field {
	width: 560px;
}

/* HYPERLINKS */
a:link {
	color: #111111;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #111111;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #111111;
	text-decoration: none;
	font-weight:bold;
}