/* 
    Document   : inicial
    Created on : 05/08/2013, 11:02:51
    Author     : paulo.rettamozo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    margin: 0px;
    background-image: url('/img/inicial/fundo.png') ;
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: hidden;
    
}

#cidade {
    background-image: url('/img/inicial/cidade.png') ;
    background-repeat: no-repeat;
    width: 1024px;
    height: 768px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#chao {
    background-image: url('/img/inicial/chao.png') ;
    background-repeat: repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 59px;
    bottom: 0px;
}
#luzesquerda {
    background-image: url('/img/inicial/luzesquerda.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 180px;
    height: 163px;
    left: 207px;
    bottom: 461px;
}

#luzdireita {
    background-image: url('/img/inicial/luzdireita.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 196px;
    height: 159px;
    left: 300px;
    bottom: 475px;
}

.nuvem {
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.nuvens {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#repositorio{
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
}