#maincontainer {
    margin-top: 10px;
}
#contentcontainer {
    text-align: left;
    min-height: 200px;
}
.logo {
    margin: auto;
}
#pricecomp, #pricecomp a {
    margin: auto;
    text-decoration: none;    
}
#price {
    margin: auto;
    line-height: 3px;
    width: 80px;
    height: 22px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font: 1em Arial;
    color: #EEEE00;
    font-weight: bold;
    text-decoration: none;
}
#price a, .price a:hover {
    text-decoration: none;
}
#navigation {
    text-align: center;
    clear: both;
    width: 790px;
    height: 35px;
    padding: 15px 5px 0 5px;
    background: url('images/nav-bg.png');
    margin: 0 auto 15px auto;
}
#footer {
    text-align: center;
    margin: 0 auto 10px auto;
    padding-top: 10px;
    width: 780px;
}