html {
height:100%;
background-color:#ffffff;
}
body {
    height: 100%;
    overflow: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666666;
	background-color:#ffffff;
}
a {
	color:#999999;
	text-decoration:underline;
}
#flashcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}