body,
html {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #333333;
    height: 100%;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
}


p {
    color: #333333;
    font-size: 15px;
    line-height: 21px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #BF2C2E;
}


/* ! */
/* ---------------------------------------------------------------------- */

#mainWrapper {
    height: 690px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
    width: 850px;
}

#galleria {
    background-color: #f3f3f3;
    height: 340px;
    margin-bottom: 4px;
    margin-left: 6px;
    width: 840px;
}

#content {
    background-image: url(/images/background.png);
    background-repeat: no-repeat;
    height: 340px;
    position: relative;
}

#description {
    left: 20px;
    position: absolute;
    top: 120px;
    width: 200px;
}

#contact {
left: 310px;
position: absolute;
top: 170px;
}


