#maincontainer {
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #333333;
}
#contentcontainer {
    text-align: left;
    min-height: 200px;
    margin: auto;
}
.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: 1.1em Arial;
    color: #EEEE00;
    font-weight: bold;
    text-decoration: none;
}
#price a, .price a:hover {
    text-decoration: none;
}
#navigation {
    border-bottom: 2px solid #285a80;
    text-align: center;
    width: 90%;
    padding: 10px;
    margin: 0 auto 15px auto;
}
#footer {
    text-align: center;
    margin: auto;
}