html, body {
height: 100%;
width: 100%;
}

img {
border: 0 none !important;
}

#passim {
background: #00091b url(images/bg.gif) 0 100px repeat-x;
padding: 0;
margin: 0;
text-align: center;
}

#splash {
background: url(images/bg-blue.gif);
padding: 0;
margin: 0;
text-align: center;
}

/* hide from ie mac \*/
html > #passim {
background: #00091b url(images/bg.gif) 0 50% repeat-x;
padding: 0;
margin: 0;
text-align: center;
}
/* */

div#flashholder {
width: 671px;
height: 405px;
position: absolute;
left: 50%;
top: 60px;
margin-left: -335px;
}

div#enter {
width: 328px;
height: auto;
position: absolute;
left: 0;
top: 180px;
}

div#notes {
width: 328px;
height: 100px;
position: absolute;
left: 0;
top: 380px;
}

div#splashholder {
background: transparent url(images/bg-splash.gif) no-repeat;
width: 328px;
height: 400px;
position: absolute;
left: 50%;
top: 30px;
margin-left: -164px;
}

/* hide from ie mac \*/
body > div#flashholder {
width: 671px;
height: 405px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -207px;
margin-left: -335px;
}
/* */