﻿
html body
{
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    width: 100%;
    height: 100%;
}

#wrapper
{
    height: 784px;
    width: 860px;
    margin: 0 auto;
}

a.mx
{
    color: #000;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 4px;
    display: block;
}


.xdiv
{
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

div#cyan
{
    background-image: url(i/first/cyan.gif);
    height: 756px;
    width: 860px;
}
div#magenta
{
    background-image: url(i/first/magenta.gif);
    height: 756px;
    width: 860px;
    position: absolute;
    top: 0px;
    display: none;
}
div#yellow
{
    background-image: url(i/first/yellow.gif);
    height: 756px;
    width: 860px;
    position: absolute;
    top: 0px;
    display: none;
}

div#black
{
    background-image: url(i/first/black.gif);
    height: 756px;
    width: 860px;
    position: absolute;
    top: 0px;
    display: none;
}

div#menu1
{
    width: 95px;
    position: relative;
    top: -707px;
    left: 680px;
    display: none;
    text-align: right;
}

div#menu2
{
    height: 130px;
    width: 95px;
    position: relative;
    top: -387px;
    left: 186px;
    display: none;
}

#nav_top
{
    position: relative;
    top: -715px;
    left: -70px;
    width: 70px;
    border: 0px;
    float: right;
    text-align: right;
}

#nav_top a
{
    color: #000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 6px;
    display: block;
}


div#text_block
{
    font-family: Verdana;
    font-size: 9px;
    color: #FFF;
    position: relative;
    top: -760px;
    left: 55px;
    width: 122px;
    text-align: right;
}

div#x_body
{
    height: 100%;
    background-color: #000;
}

.full
{
    filter: alpha(opacity=100);
    opacity: 1;
}
