.paper-page
{
    padding: 21px 0 20px 0;
}
    .paper-page .column-left
    {
        padding-left: 4px;
        width: 622px;
        float: left;
    }

        .paper-block
        {
            background: transparent url(../image/common/paper.box.background.gif) repeat-y;
            width: 622px;
            position: relative;
        }
            .paper-block .paper-top
            {
                background: transparent url(../image/common/paper.box.top.gif) no-repeat;
                width: 622px;
                height: 426px;
                overflow: hidden;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 10;
            }

            .paper-block .paper-bottom
            {
                background: transparent url(../image/common/paper.box.bottom.gif) no-repeat;
                width: 622px;
                height: 470px;
                overflow: hidden;
                position: absolute;
                bottom: 0;
                _bottom: -1px;
                left: 0;
                z-index: 10;
            }


            .paper-block .paper-content-wrapper
            {
                position: relative;
                width: 622px;
                min-height: 896px;
                _height: 896px;
                z-index: 20;
            }
                .paper-block .paper-content-wrapper .paper-content
                {
                    padding: 48px 0px 40px 53px;
                }

                #paper-content .headline
                {
                    padding-left: 2px;
                    padding-bottom: 2px;
                }


    .paper-page .column-right
    {
        float: left;
    }

    .small-paper-block
    {
        background: transparent url(../image/common/smallpaper.box.background.gif) repeat-y;
        width: 622px;
        position: relative;
    }
        .small-paper-block .paper-top
        {
            background: transparent url(../image/common/smallpaper.box.top.gif) no-repeat;
            width: 622px;
            height: 172px;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
        }

        .small-paper-block .paper-bottom
        {
            background: transparent url(../image/common/smallpaper.box.bottom.gif) no-repeat;
            width: 622px;
            height: 84px;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 10;
        }

        .small-paper-block .paper-content-wrapper
        {
            position: relative;
            width: 606px;
            min-height: 250px;
            z-index: 20;
        }
            .small-paper-block .paper-content-wrapper .paper-content
            {
                padding: 48px 20px 40px 48px;
            }
