html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#background_image {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#div_page {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	height: 100%;
	width: 100%;
	overflow: auto;
}
body {
	height: 100%;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#div_logo {
	float: right;
	z-index: 1;
	height: 189px;
	width: 560px;
	background: url(logo.gif);
}
#div_L_menu {
	float: left;
	width: auto;
	padding: 10px;
	left: 8%;
	top: 10%;
	position: relative;
	text-align: left;
}
.menu_title {
	font-family: "Comic Sans MS";
	font-weight: 700;
	text-decoration: underline;
}
.footer_link {
	font-family: "Comic Sans MS";
	font-weight: 400;
}

