body{
    background: url('../imagens/background.jpg');
    background-repeat: no-repeat;
    background-position:top center;
    margin: auto;
    width: 100%;
    height: 100%;
}
ul li {
    display: inline;
    line-height: inherit;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}
.clear{
    clear: both;
}
.siteCont{
    width: 960px;
    margin: auto;
}
.logo {
    background: url('../imagens/logo.png');
    background-repeat: no-repeat;
    height: 163px;
    margin: 84px auto 141px;
    width: 163px;
}
.meio{
    background-color: #FC601F;
    height: 150px;
    width: 100%;
    margin-bottom: 120px;
    opacity: 0.7;
}
.imgMeio {
    float: left;
    margin: 40px 0 0 158px;
}
.texto{
    font-family: DINProBlack;
    font-size: 40px;
    color: #fc601f;
    float: left;
    margin-bottom: 145px;
    margin-left: 160px;
    line-height: 40px;
}
.fb{
    /*background: url('../imagens/fb.png');*/
    width: 225px;
    height: 108px;
    float: right;
    margin-right: 127px;
    opacity: 0.7;
    border-width: 0;
}
.info{
    font-family: DINProLight;
    font-size: 15px;
    color: #feffff;
    margin: auto;
    text-align: center;
    margin-bottom: 0;
}
.info li{
    margin-left: 50px;
}