html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	background: #005E60;
	overflow: auto; 
}
body {
  font-family: verdana,ariel,helvetica
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding:0; 
	margin:0; 
	border:0;
	background-color: #005E60;
	font-size: 12pt;
}
a {
	font-size: 12pt;
	text-decoration: underline;
}
img {
	border: thin solid #B4DCC1;
}
i {
	color: #80FFFF;
}
.marquee {
	font-size: 12pt;
	font-style: italic;
	font-family: "Times New Roman";
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #005E60;
}
.outline {
	border-top: 14px solid #005E60;
	border-left: 14px solid #005E60;
	border-bottom: 14px solid #005E60;
	border-right: 14px solid #005E60;
}
#background {
  padding: 0;
	background-color: #005E60;
	-moz-margin: 10px;
	height:  100%;
	max-height: 95%;
  overflow: auto;
}
#header {
  margin-top: 5px;
  margin-left: 14px;
  margin-right: 14px;
  position: fixed;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 50px;
	position:absolute; 
	left: 14px; 
	top: 5px; 
	min-width:640px; 
	font-size:1em; 
	z-index:5; 
	}
#container {
  margin-top: 60px;
  position: fixed;
  overflow: auto;
  width: 100%;
	position:absolute; 
	min-width:640px; 
	font-size:1em; 
	z-index:3; 
}
#picture {
  background-color: black;
  height: 250px;
  margin-left: 0px;
  width: 80%;
	z-index:3; 
}
#picture table {
  vertical-align: middle;
  text-align: center;
}

* html #header {
	top: 5px; 
  width: 100%;
  height: 50px;
}
