img, div
{
    behavior: url('/static/images/iepngfix.htc');
}

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;
    border: 1px solid black;
}

#contentbox {
    border: 2px solid red;
    background-color: #fff;
    width: 994px;
    margin-left: auto;
    margin-right: auto;
    margin-top:155px;
    padding-top:80px;
}

#comicmenu {
    position: absolute;
    top: 10px;
    left: 43px;
    width: 937px;
    height: 224px;
    background: url(/static/images/comicmenu.png);
    margin-left: auto;
    margin-right: auto;
}

a#logo {
    position: absolute;
    top: 10px;
    left: 408px;
    width: 217px;
    height: 163px;
    background: url(/static/images/comiclogo.png);
    background-position: 217px 163px;
    background-repeat: no-repeat;
}

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

a#ophx {
    position: absolute;
    top: 10px;
    left: 783px;
    width: 197px;
    height: 212px;
    background: url(/static/images/comicophx.png);
    background-position: 197px 212px;
    background-repeat: no-repeat;
}

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

a#webcomic {
    position: absolute;
    top: 10px;
    left: 43px;
    width: 191px;
    height: 208px;
    background: url(/static/images/comicwebcomic.png);
    background-position: 191px 208px;
    background-repeat: no-repeat;
}

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

a#archive {
    position: absolute;
    top: 173px;
    left: 234px;
    width: 77px;
    height: 35px;
    background: url(/static/images/comicarchive.png);
    background-position: 77px 35px;
    background-repeat: no-repeat;
}

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

a#about {
    position: absolute;
    top: 173px;
    left: 311px;
    width: 153px;
    height: 35px;
    background: url(/static/images/comicabout.png);
    background-position: 153px 35px;
    background-repeat: no-repeat;
}

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

a#store {
    position: absolute;
    top: 173px;
    left: 464px;
    width: 58px;
    height: 35px;
    background: url(/static/images/comicstore.png);
    background-position: 58px 35px;
    background-repeat: no-repeat;
}

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

a#xtras {
    position: absolute;
    top: 173px;
    left: 522px;
    width: 57px;
    height: 35px;
    background: url(/static/images/comicxtras.png);
    background-position: 57px 35px;
    background-repeat: no-repeat;
}

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

a#forum {
    position: absolute;
    top: 173px;
    left: 579px;
    width: 67px;
    height: 35px;
    background: url(/static/images/comicforum.png);
    background-position: 67px 35px;
    background-repeat: no-repeat;
}

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

a#contact {
    position: absolute;
    top: 173px;
    left: 646px;
    width: 79px;
    height: 35px;
    background: url(/static/images/comiccontact.png);
    background-position: 79px 35px;
    background-repeat: no-repeat;
}

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

a#links {
    position: absolute;
    top: 173px;
    left: 725px;
    width: 58px;
    height: 35px;
    background: url(/static/images/comiclinks.png);
    background-position: 58px 35px;
    background-repeat: no-repeat;
}

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

.nav {
    margin-left: 295px;
    height: 25px;
}

a.first {
    width: 62px;
    height: 25px;
    background: url(/static/images/comicfirst.png);
    background-position: 0px 25px;
    display: block;
    float: left;
}

a:hover.first {
    background-position: 0px 0px;
}

a.previous {
    width: 97px;
    height: 25px;
    background: url(/static/images/comicprevious.png);
    background-position: 0px 25px;
    display: block;
    float: left;
}

a:hover.previous {
    background-position: 0px 0px;
}

a.archive {
    width: 72px;
    height: 25px;
    background: url(/static/images/comicnavarchive.png);
    background-position: 0px 25px;
    display: block;
    float: left;
}

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

a.next {
    width: 60px;
    height: 25px;
    background: url(/static/images/comicnext.png);
    background-position: 0px 25px;
    display: block;
    float: left;
}

a:hover.next {
    background-position: 0px 0px;
}

a.latest {
    width: 77px;
    height: 25px;
    background: url(/static/images/comiclatest.png);
    background-position: 0px 25px;
    display: block;
    float: left;
}

a:hover.latest {
    background-position: 0px 0px;
}

#contentbox h1 {
    color: #f00;
    font-style: italic;
    font-weight: normal;
    font-size: 150%;
    margin-left: 70px;
    margin-bottom: 0;
}

#contentbox h1 .title {
    font-style: normal;
    font-size: 80%;
}

#contentbox p#copy {
    margin-bottom: 5px;
    text-align: center;
    color: #f00;
    font-size: 80%;
}

#vote {
    text-align: center;
}

#bottom_links {
    text-align: center;
    color: #f00;
    font-size: 80%;
    padding-top:10px;
    padding-bottom:20px;
}

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

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

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


