/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}

#flashcontent {
height: 100%;
}
/* end hide */

#container{
height: 100%;
}

body {
height: 100%;
font:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:10px;
margin: 0;
padding: 0;
background-color: #8c7c65;
}