#container {
	}
	
#container #inner_container {
	}

#footnote {
	font-family: arial;
	font-size: 10px;
	font-weight:bold;
	width: 200px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 95%;
	margin-left: -100px;

}


a:link {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover {
	color: #000080;
	text-decoration: underline;
}
/*
a:link {
	position: relative;
	text-decoration: none;
	border-bottom: solid 1px;
}

a:before {
	content: "";
	position: abosulte;
	border-top: 20px solid #0090ff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	display: none;
	top: -18px;
	left: -26px;
}

a:after {
	content: attr(data-tooltip);
	position: absolute;
	color: white;
	top: -35px;
	left: -26px;
	background: #0090ff;
	padding: 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
	display: none;
}

a:hover:after, a:hover:before {
	display: block;
}
*/
#logo {
	width: 500px;
	height: 226px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -113px;
}
