/* style.css */
.nav {
    background: #eee;
}

.prev {
    float: left;
}

.next {
    float: right;
}

.break {
    clear: both;
    height: 2px;
    line-height: 2px;
}

.comic {
    position: relative;
}

.arrowoverlay {
    position: absolute;
    top: 354px;
    left: 474px;
}

