/* CSS Document */

html {
height:100%;
overflow:hidden;
}
body {
margin:0px;
padding:0px;
background-color:#CCCCCC;
height:100%;
text-align:center;
}
#flashcontent {
height:100%;
} 


