body{
    background-image: url('/img/page-background.png');
    background-repeat: repeat-x;
    background-color: #8FFE20;
}

#container {
    background-color: transparent;
}

.motto {
    font-family: Georgia, Palatino;
    font-size: 4em;
    text-align: center;
}

.more {
    background-image: url('/img/orange-button.png');
    background-repeat: no-repeat;
    color: #ffffff;
    float: right;
}

a.service:hover {
    text-decoration: none !important;
    background-image: url('/img/selected.png');
}

.service {
    font-family: Georgia, Palatino;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    text-decoration: none !important;
    color: #333333;
}

.service .heading {
    font-size: 3em;
    width: 7em;
    margin: 0 auto 0 auto;
}

.service.electronics .icon {
    background-image: url('/img/repair.png');
}

.service.tv .icon {
    background-image: url('/img/tv.png');
}

.service.pc .icon {
    background-image: url('/img/laptop.png');
}

.service .service-detail {
    margin-top: 2em;
    font-size: 1.5em;
    color: #37581D;
}

.services {
    position: absolute;
    width: 100%;
    left: 0;
    border: 0;
    background-repeat: repeat-x;
    padding: 0 !important;
    margin: 0 !important;
}
