@charset "utf-8";
/* CSS Document */

html{
width:100%;
height:100%;
}
body{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
height:100%;
width:100%;
background-color:#070709;
background-image: url(../bg.png);
background-position:bottom left;
background-repeat:repeat-x;
background-attachment:fixed;
}
*{
margin:0;
padding:0;
}
#flashcontent{
width:100%;
height:100%;
}
#noflash{
text-align:left;
color:#896921;
width: 550px;
height: 137px;
padding: 113px 0 0 23px;
margin:0 auto 0 auto;
}
#noflash strong{
font-size:12px;
line-height:15px;
}
#noflash p{
font-size:10px;
margin-top:4px;
}
#noflash a{
color:#fff;
}
#noflash a:hover{
text-decoration:none;
}
#nflogo{
float:left;
margin-right:17px;
}
#nftext{
margin-top:0px;
}