body {
    color: #fff;
    background-color: #000;
    margin: 0;
    font-family: Arial;
}

img {
    border: 0;
}

a {
    color: #f00;
}

a:visited {
    color: #f00;
}

#main {
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

a#webcomic {
    position: absolute;
    top: 22px;
    left: 39px;
    width: 189px;
    height: 176px;
    background: url(/static/images/ophxwebcomic.jpg);
    background-position: 189px 176px;
    background-repeat: no-repeat;
}

a:hover#webcomic {
    background-position: 0px 0px;
}

a#ophx {
    position: absolute;
    top: 0px;
    left: 791px;
    width: 195px;
    height: 203px;
    background: url(/static/images/ophxophx.jpg);
    background-position: 195px 203px;
    background-repeat: no-repeat;
}

a:hover#ophx {
    background-position: 0px 0px;
}

a#logo {
    position: absolute;
    top: 0px;
    left: 395px;
    width: 227px;
    height: 163px;
    background: url(/static/images/ophxlogo.jpg);
    background-position: 227px 163px;
    background-repeat: no-repeat;
}

a:hover#logo {
    background-position: 0px 0px;
}

a#archive {
    position: absolute;
    top: 146px;
    left: 228px;
    width: 87px;
    height: 58px;
    background: url(/static/images/ophxarchive.jpg);
    background-repeat: no-repeat;
    background-position: 87px 58px;
}

a:hover#archive {
    background-position: 0px 0px;
}

a#about {
    position: absolute;
    top: 146px;
    left: 315px;
    width: 153px;
    height: 58px;
    background: url(/static/images/ophxabout.jpg);
    background-position: 153px 58px;
    background-repeat: no-repeat;
}

a:hover#about {
    background-position: 0px 0px;
}

a#store {
    position: absolute;
    top: 146px;
    left: 468px;
    width: 59px;
    height: 58px;
    background: url(/static/images/ophxstore.jpg);
    background-position: 59px 58px;
    background-repeat: no-repeat;
}

a:hover#store {
    background-position: 0px 0px;
}

a#xtras {
    position: absolute;
    top: 146px;
    left: 527px;
    width: 56px;
    height: 58px;
    background: url(/static/images/ophxxtras.jpg);
    background-position: 56px 58px;
    background-repeat: no-repeat;
}

a:hover#xtras {
    background-position: 0px 0px;
}

a#forum {
    position: absolute;
    top: 146px;
    left: 583px;
    width: 67px;
    height: 58px;
    background: url(/static/images/ophxforum.jpg);
    background-position: 67px 58px;
    background-repeat: no-repeat;
}

a:hover#forum {
    background-position: 0px 0px;
}

a#contact {
    position: absolute;
    top: 146px;
    left: 650px;
    width: 80px;
    height: 58px;
    background: url(/static/images/ophxcontact.jpg);
    background-position: 80px 58px;
    background-repeat: no-repeat;
}

a:hover#contact {
    background-position: 0px 0px;
}

a#links {
    position: absolute;
    top: 146px;
    left: 730px;
    width: 61px;
    height: 58px;
    background: url(/static/images/ophxlinks.jpg);
    background-position: 61px 58px;
    background-repeat: no-repeat;
}

a:hover#links {
    background-position: 0px 0px;
}

a#featured {
    position: absolute;
    top: 198px;
    left: 8px;
    width: 134px;
    height: 34px;
    background: url(/static/images/ophxfeatured.jpg);
    background-position: 134px 34px;
    background-repeat: no-repeat;
}

a:hover#featured {
    background-position: 0px 0px;
}

#whitebox {
    position: absolute;
    width: 825px;
    top: 230px;
    left: 102px;
    background-color: #fff;
    background: url(/static/images/ophxcol.jpg);
    margin-top: 735px;
    z-index: 3;
}

#content {
    position: relative;
    width: 585px;
    color: #000;
    margin-left: 110px;
    margin-top: -735px;
    top: 0px;
}

#news h2
{
    color: red;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 2px;
}

#news h2 strong
{
    font-size: 124%;
    font-weight: bold;
}

#news h3
{
    margin-top: 2px;
    padding-bottom: 5px;
    padding-right: 10px;
    color: red;
    font-size: 82%;
    font-weight: normal;
    text-align: right;
    border-bottom: 1px solid red;
}

#news p
{
    font-size: 90%;
}

#featuredblock {
    width: 163px;
    height: 135px;
    position: absolute;
    top: 225px;
    left: 26px;
    color: #000;
    font-size: 90%;
    overflow: hidden;
}

#vote {
    position: absolute;
    top: 383px;
    left: 65px;
}

#bottom_links {
    position: relative;
    text-align: center;
    color: #f00;
    font-size: 80%;
    margin-top:30px;
    margin-bottom:20px;
    border-top: 1px solid red;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#bottom_links a {
    color: #f00;
    text-decoration: none;
}

#bottom_links a:visited {
    color: #f00;
    text-decoration: none;
}

#bottom_links a:hover {
    text-decoration: underline;
}


