html { height: 100%; }
body { 
	background-image: url(res/backgroundtex.png);
	color: white;
	background-attachment: fixed;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#logo {
	background-image: url(res/backgroundlogo.png);
	background-position: center center;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	height: 100%;
    }
#navbar {
	font-size: 1em;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	background-color: #000000;
	color: #00FF00;
	border: 1px solid black;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0.25em;
}

#navbar UL {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#navbar LI {
	display: inline;
	list-style-type: none;
	padding-left: 0.7em;
	padding-right: 0.7em;
}
