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

/* Layout */

body {
height:100%;
margin: 0px 0px 0px 0px;
padding:0px;
background-color:#60164A;
font-family:Courier New, Courier, mono;
font-size:12px;
text-align:center;
}

a {
color:#FF00FF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

img {
border:0px;
}