/* 
    Created on : 26.06.2014, 14:37:41
    Author     : diprime@yandex.ru
*/

/* Фоновая композиция */

html{
    height: 100%;
}

body{
    height: auto !important;  
    height: 100%;  
    min-height: 100%;  
    position: relative;
    background-color: white;
    background-image: url("../../images/sky_bg.png");
}

#sky{
    text-align: center;
    background-image: url("../../images/sky_n.jpg");
    background-repeat: no-repeat;
    height: 100%;
    max-height: 784px;
    width: 100%;
    max-width: 1918px;
    position: absolute;
    left: 0;
    top: 0;
}

#clouds{
    text-align: center;
    background-image: url("../../images/clouds.png");
    background-repeat: no-repeat;
    height: 100%;
    max-height: 699px;
    width: 100%;
    max-width: 1311px;
    position: absolute;
    left: 0;
    top: 0;
}

#leaves{
    text-align: center;
    background-image: url("../../images/leaves.png");
    background-repeat: no-repeat;
    height: 194px;
    width: 100%;
    max-width: 511px;
    position: absolute;
    left: 0;
    top: 0;
}

#grass{
    text-align: center;
    background-image: url("../../images/grass.png");
    background-repeat: repeat-x;
    height: 88px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#grass-l{
    text-align: center;
    background-image: url("../../images/grass-l.png");
    background-repeat: no-repeat;
    height: 112px;
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#tree{
    text-align: center;
    background-image: url("../../images/tree.png");
    background-repeat: no-repeat;
    height: 122px;
    width: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#flowers{
    text-align: center;
    background-image: url("../../images/flowers.png");
    background-repeat: no-repeat;
    height: 200px;
    width: 468px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#house{
    text-align: left;
    background-image: url("../../images/house.png");
    background-repeat: no-repeat;
    height: 322px;
    width: 100%;
    max-width: 1822px;
    position: absolute;
    left: 0;
    bottom: 0;
}