#body {
	/*position: absolute;*/
	background-color: black;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 1.0em;
}
#container{
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	top:0;
	left:0;
	background-color: transparent;
	font-size: 1.0em;
		}
#header {
	/*position: relative;*/
	top: 0%;
	left: 0%;
	right: 0%;
	width: 100%;
	background-color: transparent;
	text-align: center;
	font-weight: 100;
	color: white;
	font-size: 2.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 1.5%;
}
#navcon {
	/*position: relative;*/
	width: 98%;
	margin: 1.5% 1.5% 1.5% 1.5%;
	padding: 1%;
	color: white;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: transparent;
	vertical-align: bottom;
}
#content {
	position: relative;
	width: 95%;
	background-color: #2C2C2E;
	color: white;
	opacity: .75;
	filter: alpha(opacity=75);
	text-align: left;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 1.5% 1.5% 1.5% 1.5%;
	padding: 1.5%;
}
p{
	text-align: left;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
/*This is the gallery CSS*/

