@charset "utf-8";
/* CSS Document */
html, body, #flashContent{
height:100%;
}

body{
margin:0;
padding:0;
background-color: #eee7df;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
text-align: center;
}

*{
margin:0;
padding:0;                                              
}

object { 
outline: none; 
}

#alternativeContent {
}

#alternativeContent p{
padding:6px;
font-size:.8em;
line-height:1.1em;
text-align:center;
font-weight:bold;
color:#000000;
}

#alternativeContent a{
color:#000000;
}

#flashContent{
min-height:635px;
min-width:980px;
}

img{
border:none;
}
