/* --------------------------------------------------------------*/
/* print css */
/* ------------------------------------------------------------- */

/* --------------------------------------------------------------*/
/* general */
/* --------------------------------------------------------------*/

body {
    background-image    : none;
}

#container {
    width               : 100%;
}

/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

#content {
    position            : static;
    width               : 100%;
}

#content a {
    text-decoration     : none;
}
