body{
    margin:0;
    background: url('../imgs/bg.jpg') no-repeat;
    width: 100%;
    height: 100%;
}
img{
    border:0;
}
.page{
    width: 980px;
    margin: auto;
}
.logo{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.produtos{
    float: left;
    width: 100%;
}
.produtos img{
    float: left;
}
.facebook{
    width: 100%;
    text-align: center;
    float: left;
}
.desenvolvido{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}