body
{
    background-image: url("images/tile.png");
    margin: 0;
    padding: 0;
}

#center_column
{
    /*background-color: #cccccc;*/
    background-image: url("images/center.png");

    width: 1000px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}

#logo
{
    float: left;
    position: relative;
    left: 60px;
}

#inner_content
{
    position: relative;
    top: 65px;
    width: 900px;
    height: 405px;
    margin-left: auto;
    margin-right: auto;
}

.selectors
{
}


#b_0
{
    width: 336px;
    height: 54px;
    background-image: url("images/button_0.png");
}

#b_0:hover
{
    background-image: url("images/button_0_hover.png");
    cursor: pointer;
}

#b_1
{
    width: 336px;
    height: 54px;
    background-image: url("images/button_1.png");
    position: relative;
    top: -3px;
}

#b_1:hover
{
    background-image: url("images/button_1_hover.png");
    cursor: pointer;
}

#b_2
{
    width: 336px;
    height: 54px;
    background-image: url("images/button_2.png");
    position: relative;
    top: -5px;
}

#b_2:hover
{
    background-image: url("images/button_2_hover.png");
    cursor: pointer;
}

#button_0
{
}

#button_1
{
}

#button_2
{
}

#buttons
{
    width: 340px;
    float: left;
    position: relative;
    top: 137px;
    left: 50px;
}

#burst
{
    background-image: url("images/burst.png");
    vertical-align: center;
    height: 550px;
}

#copyright
{
    font-family: Verdana;
    font-size: 9px;
    color: #555555;

}

#content
{               
    position: absolute; 
    top: 0px;           
    bottom: 0px;        
    left: 0px;
    right: 0px; 
    overflow: auto;
}   
