
#header img.logo {
    border: 0;
    margin: 6em;
    margin-left: 8em;
    margin-right: 0;
}

#nav-trail {
    width: 25%;
}

#content {
    height: 481px;
    font-size: 12px;
}

.motto {
    width: 270px;
    height: 166px;
    float: right;
    margin-top: 1em;
    margin-right: 1.5em;
}


.more {
    font-size: 0.5em;
    width: 5em;
    height: 1.5em;
    float: right;
    margin-right: 0;
    margin-top: 0.25em;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: left;
    padding-left: 0.5em;
}

.services {
    position: relative;
    margin: 0 auto 0 auto;
    width: 950px;
    overflow: hidden;
}

.service span {
    display: block;
}

.service .icon {
    height: 11em;
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.service {
    display: block;
    margin-top: 1em;
    width: 266px;
    height: 451px;
}

.service .service-detail {
    margin-top: 1em;
    padding: 0.5em;
}

.service.electronics {
    float: left;
}

.service.tv {
   float: left;
   margin-left: 7.2em;
}

.service.pc {
    float: right;
}

.more:hover {
    opacity: 0.75;
}

.services {
    height: 41em;
    width: 100%;
}

