@charset "utf-8";
/* CSS Document */

a{
color: #FFFFFF;
background: transparent;
text-decoration: underline;
}

a:hover{
color: #FF0000;
}
body{
background-color:#000000;
}

div.container{
width: 955px;
height: 800px;
margin: auto;
}



div.buttons{
width: 200px;
height:20px;
float:left;
margin-left: 375px;
margin-top:5px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

div.flash{
width:925px;
height:700px;
float:left;
margin-left:15px;
margin-top:0px;
}

#flashcontent{
width:925px;
height:700px;
}