html {
  height: 100%;
  overflow: auto;
}
body {
	height: 100%;
	background-color: #88847C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flashcontent{
	display: block;
	height:100%;
	text-align:center;
}
#flashcontent img{
	margin-top: 200px;
}
#content {
	display: none;
}
