html {
  height: 100%;
  overflow: hidden;
}


body{
	height: 100%;
	margin:0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 10px;
	background-color:#FFFFFF;
}

#flashcontent {
  height: 100%;
}
#flashcontent h1 {
	background-color: #FFFFCC;
	padding:10px;
}
#flashcontent h2 {
	background-color: #FFCC99;
	padding:10px;
}
.footer {
	background-color: #FFFFCC;
	font-weight: bold;	
	width:100%;
}
.flash {
	background-color: #FFCCFF;
	font-weight: bold;	
	width:100%;
}
