
div.print-header {
    background-image: url('/resources/images/print/background.png');
    background-position: center top;
    background-repeat: repeat-x;
    height: 128px;
}

div.print-header div.logo-container {
    width: 645px;
    margin: 0px auto;
}

h1.header {
    float: none;
    margin-top: 30px;
    margin-bottom: 25px;
}

div.print {
    width: 645px;
    margin: 0px auto;
    line-height: 20px;
    color: #4c4c4c;
}

div.print div.text {
    padding-bottom: 20px;
}

div.bottom {
    float: none;
    width: 645px;
    margin: 0px auto;
}

div.bottom div.container { 
    padding-left: 5px;
    padding-right: 0px;
    width: 645px;
}

div.bottom div.b-right {
    width: 440px;
}

div.bottom div.line {
    background-image: url('/resources/images/inner/bottom-line.png');    
}
