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

html, body{
	margin: 0px 0px 0px 0px; 
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	position:relative;
}

#banner {
	position:absolute;
	text-align:center;
	padding:10px;
	background: white;
	opacity:.75;
	top:10%;
	left:10%;
	width: auto;
	border: solid black 1px;
	font-size: x-large;
}

#splash {  
	background-image: url(../image/splash_1.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	min-height:100%;	
}

#nav_bar  {
	position: absolute;
	bottom: 2%;
	right: 2%;
	width:80%;
}
	
#nav_element {
	float: right;
	text-align:center;
	font-size: large;
	color:red; 
	padding:10px 30px;
	background: white;
	width:auto;
	border: solid blue 1px;
	margin:5px;
}