#content {
    position: relative;
}
#content #pages {
    position: absolute;
    top: 100px;
    left: 45px;
    height: 460px;
    width: 375px;
}

    #content div.page {
        height: 460px;
        width: 375px;
        overflow: hidden;
        line-height: 1.4em;
        text-align: justify;
    }

    #content a.page_nav {
        border: none;
        padding: 0;
        line-height: normal;
        display: block;
        position: absolute;
        bottom: 20px;
        background-image: url('images/page_nav.png');
        width: 42px;
        height: 24px;
        text-indent: -10000px;
        outline: none;
    }

    #content #page_num {
        width: 450px;
        position: absolute;
        bottom: 20px;
        text-align: center;
    }

    #content #page_next {
        right: 40px;
        background-position: top right;
    }

        #content #page_next:hover {
            background-position: bottom right;
        }

    #content #page_prev {
        left: 40px;
        background-position: top left;
    }

        #content #page_prev:hover {
            background-position: bottom left;
        }


img {
	border: 0;
}