html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0F0F0F;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#flashcontent {
		height: 94%;
}
#nonFooter {
	position: relative;
	min-height: 50%;

}
* html #nonFooter {
	min-height: 100%;
}
#footer {
	width:97%;
	color: #333333;
	position: absolute;
	bottom: 0 !important;
	padding: 20px;
	font-size: 10px;
	z-index: 1;
	visibility: visible;
}
#footer p {
	color: #333333;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	}
#footer a:hover, #footer a:active {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	}
#phototext p {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	font-weight: bold;
}
img.displayed {
   display: block;
   margin-left: auto;
   margin-right: auto 
   }
div.container {
    top: 0;
    position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	display: table
	}
p {
  display: table-cell;
  vertical-align: middle
  }
a:hover img, a:active img, a:focus img {
	border: none;
	}