@CHARSET "UTF-8";
/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
/* //RESET */

html,body
{
    width:100%;
    height:100%;
    background-color:#000;
}

#flashContainer
{
    width:100%;
    height:100%;
}

#errorContainer
{
    width:100%;
    height:100%;
    background:url(/bg.jpg) repeat-x;
}

#errorText
{
    background: url(/images/logo.gif) no-repeat top right;
    background-color:#000;
    width:500px;
    position:absolute;
    top: 200px;
    left:50%;
    margin-left:-250px;
    color:#ffd200;
    padding:20px;
}
    #errorText h1
    {
        font-size:20px;
        font-weight:bold;
        margin-bottom:20px;    
    }
    
    #errorText a
    {
        color:#ffd200;    
    }