﻿#wrapper
{
    width:780px;
    background-image:transparent;
    background-position:center;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}

body
{
    background-image:url(Images/aeroblack.jpg);
    background-color:Black;
    background-position:top center;
    background-repeat:no-repeat;
    margin-top:10px;
}

#header
{
    margin-top:10px;
    padding-top:20px;
    width:740px;
}

#main
{
    background-image:url('Images/Paradoxlogo.png');
    background-repeat:no-repeat;
    background-position:center;
    min-height:530px;
    margin-right:25px;
}

#nav
{
    margin-left:330px;
    margin-top:5px;
}

.item
{
    margin-right:0;
    margin-left:-4px;
}

a img
{
    border:none;
}

#bottom
{
    background-image:url(Images/bottom1.png);
    background-repeat:no-repeat;
    background-position:center;
    height:30px;
    width:760px;
    margin-left:auto;
    margin-right:auto;
}

.menu
{
    color:White;
    font:veranda;
    width:100px;
    height:75px;
    display:inline;
}

.row
{
    margin-top:4px;
}