@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding-bottom: 2em;
	padding-top:100px;
	background-color: #transparent;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: #2A4F6F;
	border-top: #778899;
	text-align: right;
}
#header .logo {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
#header .logo_right {
	float: right;
	margin-right: 25px;
	margin-top: 30px;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #2A4F6F;
	color: #FFFFFF;
	border-top: #778899;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
}
#footer a:link, #footer a:visited {
	padding: 0.5em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}

#logo_button {
	position: absolute;
	bottom: 30px;
	right: 0px;
}

