* {
	margin:0;
}

html{
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
body {
	background-color: white;
	font-family: "Cordia New", Arial, Helvetica, Verdana, sans-serif;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}


#background_div {
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: absolute;
}

#background {
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	position: absolute;
	border:none;
	z-index: 0;
}

#menu_bar{
	width: 100%;
	height: 3.75em;
	letter-spacing: 0.5em;
	z-index: 10;
	right: auto;
	left: auto;
	top: auto;
	bottom: 0.25em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1em;
	position: absolute;
	list-style: none; 
	text-shadow: 0px 0px 0.25em #f5f5f5;
}

#menu_bar li{
	display: inline;
	list-style-type: none;
	padding-right: 20px; 
}

a{
	text-decoration: none;
	color: #143854;
	z-index: 100;
}

a:link, a:visited {
	filter:alpha(opacity=66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 0.66;
	}

a:hover{
	color: #243605;
	font-weight: bolder;
	text-shadow: 0px 1px 0.25em white;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}