﻿body
{
    margin: 0;
    padding: 0;
    font: 8pt Verdana;    
    background-color: Black;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
}
#forums
{
    position: relative;
    top: 5px;
    left: 600px;
}
#videos
{
    position: relative;
    top: 5px;
    left: 600px;
    font: bold 19pt Arial;
    color: #666;
}
#logo
{
    position: absolute;
    width: 153px;
    height: 40px;
    top: 330px;
    left: 582px;    
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
}
#contact
{
    position: relative;
    width: 150px;
    height: 25px;
    top: 110px;
    left: 20px;
}
#box1
{
    position: absolute;
    width: 192px;
    height: 157px;
    top: -15px;
    left: 200px;    
    background-image: url(../img/box1.png);
    background-repeat: no-repeat;
}
#box2
{
    position: absolute;
    width: 217px;
    height: 194px;
    top: 54px;
    left: -20px;    
    background-image: url(../img/box2.png);
    background-repeat: no-repeat;
    display: none;
}