@charset "UTF-8";
/* CSS Document */

html {
	height: 100%; overflow:hidden;
	}
	
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index:0;
	position:relative;
	}

img#stretchybackground {
	z-index: -1;
	position:absolute;
	color: white;
	width: 100%;
	min-width:200px;
	}


	
	#div3 {
	position: absolute;
	width: 100%;
	height: 18px;
	top: 65px;
	text-align: center;
	}

.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	text-decoration: none;
	z-index: 1;
	letter-spacing: 0.3em;
	}
