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: 20px;
    left: 38px;
    width: 203px;
    height: 183px;
    background: url(/static/images/flatpagewebcomic.jpg);
    background-position: 203px 183px;
    background-repeat: no-repeat;
}

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

a#ophx {
    position: absolute;
    top: 4px;
    left: 778px;
    width: 191px;
    height: 201px;
    background: url(/static/images/flatpageophx.jpg);
    background-position: 191px 201px;
    background-repeat: no-repeat;
}

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

a#logo {
    position: absolute;
    top: 0px;
    left: 406px;
    width: 214px;
    height: 165px;
    background: url(/static/images/flatpagelogo.jpg);
    background-position: 214px 165px;
    background-repeat: no-repeat;
}

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

a#archive {
    position: absolute;
    top: 160px;
    left: 241px;
    width: 78px;
    height: 40px;
    background: url(/static/images/flatpagearchive.jpg);
    background-repeat: no-repeat;
    background-position: 170px 118px;
    z-index: 2;
}

a:hover#archive {
    background-position: 0px 0px;
    top: 146px;
    left: 221px;
    width: 170px;
    height: 118px;
    z-index: 1;
}

a#about {
    position: absolute;
    top: 160px;
    left: 324px;
    width: 148px;
    height: 40px;
    background: url(/static/images/flatpageabout.jpg);
    background-position: 153px 35px;
    background-repeat: no-repeat;
    z-index: 2;
}

a:hover#about {
    background-position: 0px 0px;
    top: 146px;
    left: 221px;
    width: 269px;
    height: 118px;
    z-index: 1;
}

a#store {
    position: absolute;
    top: 160px;
    left: 477px;
    width: 55px;
    height: 40px;
    background: url(/static/images/flatpagestore.jpg);
    background-position: 135px 120px;
    background-repeat: no-repeat;
    z-index: 2;
}

a:hover#store {
    background-position: 0px 0px;
    top: 146px;
    left: 418px;
    width: 135px;
    height: 120px;
    z-index: 1;
}

a#xtras {
    position: absolute;
    top: 160px;
    left: 535px;
    width: 53px;
    height: 40px;
    background: url(/static/images/flatpagextras.jpg);
    background-position: 145px 113px;
    background-repeat: no-repeat;
    z-index: 2;
}

a:hover#xtras {
    background-position: 0px 0px;
    top: 146px;
    left: 512px;
    width: 145px;
    height: 113px;
    z-index: 1;
}

a#forum {
    position: absolute;
    top: 160px;
    left: 593px;
    width: 62px;
    height: 40px;
    background: url(/static/images/flatpageforum.jpg);
    background-position: 120px 103px;
    background-repeat: no-repeat;
    z-index: 2;
}

a:hover#forum {
    background-position: 0px 0px;
    top: 146px;
    left: 547px;
    width: 120px;
    height: 103px;
    z-index: 1;
}

a#contact {
    position: absolute;
    top: 160px;
    left: 660px;
    width: 74px;
    height: 40px;
    background: url(/static/images/flatpagecontact.jpg);
    background-position: 147px 119px;
    background-repeat: no-repeat;
    z-index: 2;
}

a:hover#contact {
    background-position: 0px 0px;
    top: 146px;
    left: 605px;
    width: 147px;
    height: 119px;
    z-index: 1;
}

a#links {
    position: absolute;
    top: 160px;
    left: 740px;
    width: 52px;
    height: 40px;
    background: url(/static/images/flatpagelinks.jpg);
    background-position: 90px 112px;
    background-repeat: no-repeat;
    z-index: 2;
}

a:hover#links {
    background-position: 0px 0px;
    top: 146px;
    left: 708px;
    width: 90px;
    height: 112px;
    z-index: 1;
}

a#featured {
    position: absolute;
    top: 203px;
    left: 13px;
    width: 127px;
    height: 27px;
    background: url(/static/images/flatpagefeatured.jpg);
    background-position: 127px 27px;
    background-repeat: no-repeat;
}

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

#whitebox {
    position: absolute;
    width: 820px;
    top: 230px;
    left: 103px;
    background-color: #fff;
    margin-top: 907px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-style: solid;
    border-color: #f00;
    z-index: 3;
}

#content {
    position: relative;
    width: 585px;
    color: #000;
    margin-left: 110px;
    margin-top: -907px;
    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;
}

