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;
    height: 1400px;
    margin-left: auto;
    margin-right: auto;
}

a#ophx {
    position: absolute;
    top: 163px;
    left: 778px;
    width: 204px;
    height: 192px;
    background: url(/static/images/ophx_over.jpg);
    background-position: 204px 192px;
    background-repeat: no-repeat;
}

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

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

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

a#webcomic {
    position: absolute;
    top: 163px;
    left: 235px;
    width: 103px;
    height: 35px;
    background: url(/static/images/webcomic.jpg);
    background-position: 103px 35px;
    background-repeat: no-repeat;
}

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

a#archive {
    position: absolute;
    top: 163px;
    left: 338px;
    width: 78px;
    height: 35px;
    background: url(/static/images/archive.jpg);
    background-position: 78px 35px;
    background-repeat: no-repeat;
}

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

a#about {
    position: absolute;
    top: 163px;
    left: 416px;
    width: 153px;
    height: 35px;
    background: url(/static/images/about.jpg);
    background-position: 153px 35px;
    background-repeat: no-repeat;
}

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

a#forum {
    position: absolute;
    top: 163px;
    left: 569px;
    width: 70px;
    height: 35px;
    background: url(/static/images/forum.jpg);
    background-position: 70px 35px;
    background-repeat: no-repeat;
}

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

a#contact {
    position: absolute;
    top: 163px;
    left: 639px;
    width: 79px;
    height: 35px;
    background: url(/static/images/contact.jpg);
    background-position: 79px 35px;
    background-repeat: no-repeat;
}

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

a#links {
    position: absolute;
    top: 163px;
    left: 718px;
    width: 60px;
    height: 35px;
    background: url(/static/images/links.jpg);
    background-position: 60px 35px;
    background-repeat: no-repeat;
}

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

a#xtras {
    position: absolute;
    top: 198px;
    left: 102px;
    width: 63px;
    height: 30px;
    background: url(/static/images/xtras.jpg);
    background-position: 63px 30px;
    background-repeat: no-repeat;
}

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

a#store {
    position: absolute;
    top: 360px;
    left: 102px;
    width: 62px;
    height: 37px;
    background: url(/static/images/store.jpg);
    background-position: 62px 37px;
    background-repeat: no-repeat;
}

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

a#featured {
    position: absolute;
    top: 696px;
    left: 102px;
    width: 138px;
    height: 30px;
    background: url(/static/images/featured.jpg);
    background-position: 138px 30px;
    background-repeat: no-repeat;
}

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

#content {
    width: 435px;
    height: 900px;
    position: absolute;
    top: 400px;
    left: 345px;
    color: #000;
    overflow: hidden;
}

#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%;
}

p#morenews {
    border-top: 1px solid #f00;
    margin: 0;
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 1300px;
    left: 360px;
}

p#morenews a {
    color: #f00;
    text-decoration: none;
    font-style: italic;
}

p#morenews a:visited {
    color: #f00;
    text-decoration: none;
    font-style: italic;
}

p#morenews a:hover {
    text-decoration: underline;
}

#newest_comic_thumb
{
    position: absolute;
    left: 356px;
    top: 245px;
}

#newest_comic_title
{
    position: absolute;
    left: 428px;
    top: 211px;
}

#xtrasblock {
    width: 178px;
    height: 132px;
    position: absolute;
    top: 221px;
    left: 131px;
    color: #000;
    font-size: 90%;
    overflow: hidden;
}

#storeblock {
    width: 183px;
    height: 288px;
    position: absolute;
    top: 391px;
    left: 126px;
    color: #000;
    font-size: 90%;
    overflow: hidden;
}

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

#vote {
    position: absolute;
    top: 874px;
    left: 164px;
}

#bottom_links {
    position: relative;
    top: -65px;
    text-align: center;
    color: #f00;
    font-size: 80%;
}

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

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

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

