 body {
    margin: 0;
    padding: 0;
    background:  rgb(230, 230, 230);
    font-family: sans-serif;
    min-width: 900px;
}

a.readable {
    color: white;
}

.background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-image: url('../images/shop/paint-studio.jpg');
}

.background .gradient-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, transparent 0%,  rgb(230, 230, 230) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%,  rgb(230, 230, 230))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgb(230, 230, 230) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgb(230, 230, 230) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgb(230, 230, 230) 100%); /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgb(230, 230, 230) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.centered-body {
    margin: 0 auto;
    width: 900px;
}

.menu {
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 20px;
    text-align: left;
}

.menu-logo {
    height: 100px;
    vertical-align: top;
    margin: 0 20px;
    float: left;
}

.menu-item {
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    text-decoration: none;
}

.menu-item:hover {
    background: rgba(100, 100, 100, 0.75);
}

.main-content {
    background: rgb(40, 40, 40);
    color: white;
    font-size: 14pt;
}

.page-content {
    padding: 10px 20px;
    overflow: hidden;
}

.page-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.section-title {
    font-weight: bold;
    display: block;
}

.index .page-image {
    background-image: url('../images/shop/camero-and-laser-lock.jpg');
}

.services .page-image {
    background-image: url('../images/shop/laser-lock.jpg');
}

.repairs .page-image {
    background-image: url('../images/shop/repair-tools.jpg');
}

.contact .page-content .left {
    width: 270px;
    float: left;
    text-align: center;
}

.contact .page-content .right {
    width: 550px;
    float: right;
}

.contact .map {
    width: 100%;
    height: 334px;
}

.carwise-badging {
    width: 200px;
    float: right;
    text-align: center;
    margin: 40px 10px;
}