/* hide from ie on mac \*/
html, body, #shell {
height: 100%;
overflow: auto;
}
/* end hide */

body {
height: 100%;
background-color: #E3E3E3;
margin: 0;
background-image: url("../imgs/transparentbg.gif");
}

* {
margin: 0;
padding: 0;
}


#myContent {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width:  100%;
}

#noflash {
text-align:center;
width: 329;
height:397px;
font-size:10px;
margin-top:-170px;
margin-left:-200px;
position:absolute;
top:50%;
left:50%;

}