html {
    overflow-y: scroll;
}
body {
    margin: 0;
    text-align: center;
}
div#wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div.barcode {
    clear: both;
    background: url('../images/barcode.png');
}
div#header {
    height: 74px;
}
div#header a {
    display: block;
    float: left;
    height: 74px;
}
div#header a#logo {
    width: 508px;
    background: url('../images/header.png');
}
div#menu {
    margin: 6px 0px;
}
.clear {
    clear: both;
}
.left { float: left; }
.right { float: right; }
div#menu a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    padding: 0px 13px;
}
div#menu a:hover {
    color: #E9812A;
}
div#footer {
    font-size: 10px;
    height: 50px;
}
div.h1break {
    height: 30px;
}
