#page {
    width: 80%;
    min-width: 960px;
    max-width: 1350px;
}

body {
    font-size: 10pt;
}

#header {
    background-image: url(/themes/linuxin/images/bg_headerwide.png);
}

#footer {
    background-image: url(/themes/linuxin/images/bg_footerwide.png);
}

#header ul {
    padding-top: 76px;
}

.messages.error {
    display: none;
    /*max-height: 150px;
        overflow: scroll;*/
}