html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
/*	background-image: url(water.png);
	background-repeat: repeat-x;
	background-position: top; */
	background-color: #DBDBDB;
	}
#extraDiv2 {
	background-image: url('images/nav_bar_bg.png');
/*	background-repeat: no-repeat; */
	background-position: center;
	height: 77px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5
}
.accesskey {
	}