@CHARSET "UTF-8";
*{
margin:0px;
padding:0px;		
}
/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}

body{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#baabaf;
background-color:#000000;
height: 100%;
}

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

a:hover{
text-decoration:underline;
}

h1{
font-size:1.8em;
}

.clear{
clear:both;
}

.center{
text-align:center;
}

#main_container{
width:100%;
height: 100%;
}
#flashcontent{
width:100%;
text-align:center;
height: 100%;
}

