html, body
{
    padding:0px;
    margin:0px;
    background:#2d2d2d;
    color:#ffffff;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}

#flashcontent
{
    background:#3B3B3C;
    outline:none;
}

#wrap
{
    position:absolute;
    width:100%;
    height:100%;
    z-index:999;
    top:0;
    left:0;
    min-height:600px;
}

html, body, #bg
{
    width:100%;
    height:100%;
    overflow:hidden;
    margin:0;
    padding:0;
}
#bg div
{
    position: absolute;
    width: 200%;
    height: 200%;
}
#bg img
{
    min-height: 50%;
    min-width: 50%;
    margin: 0 auto;
}
#wrap .content
{
    position:absolute;
    width:540px;
    height:612px;
    left:0;
    top:50%;
    margin-top:-320px;
}

.content img
{
    display:block;
}

div.block1
{
    background:#E62E2B;
    color:#ffffff;
    width:380px;
    padding:15px 20px;
}

div.block2
{
    background:#2d2d2d;
    color:#ffffff;
    width:340px;
    padding:15px 20px;
}

a.upgrade
{
    background:#ffffff;
    color:#E62E2B;
    display:block;
    padding:15px 20px;
    font-size:18px;
    font-weight:bold;
    width:170px;
}

a.upgrade:hover
{
    background:#E62E2B;
    color:#ffffff;
}
