body
{
    background: #eee;
    text-align: center;
    font-family: sans-serif;
}

.content
{
    /*width: 1000px;*/
    background: #fff;
    margin: 10px auto 10px auto;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: -webkit-center;
}

.imgTop
{
    height: 200px;
    background-image: url(../img/bike2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}