/* POP-UP WARNING
*********************************/
#popup_warning {
width:494px;
height:261px;
text-align:center;
background:transparent url(../images/popup_warning.png);
position:absolute;
z-index:5;
}

* html #popup_warning {
background-color:#333;
background-color:transparent;
background-image:url(../images/b.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/popup_warning.png", sizingMethod="scale");
}

a.close_popup {
cursor:pointer;
}

#footer {margin:0 auto;width:1024px;}
#footer img {margin:0 15px;}
#footer-text {font-size:9px;font-family:arial;color:#666;margin-top:20px;}
#footer a img{border:0;}
body {
        margin:0px;
        padding:0px;
        text-align:center;
        background-color: #000;
        color: #fff;
        font-family:sans-serif;
        font-size:30;
}

#content {
        width:100%;
}

#flashContent {
        padding:0px;
        background-color: #000;
        height:810px;
        width:100%;
}

