html, body{
    height: 100%;
}

div.bg{
    display: table;
    width: 100%;
    height: 100%;
}

div.container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url('bg.jpg') no-repeat center center #1F170E;
    background-size: 1920px 1280px;
}

div.scene{
    width: 720px;
    height: 570px;
    margin: auto;
}

div.scene div{
    width: 720px;
    height: 570px;
    position: absolute;
}

div.scene div.nests{
    z-index: 2;
    background: url('nests.png') no-repeat left top;
}

div.scene div.chickens div.chicken{
    z-index: 9;
    cursor: pointer;
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}

div.scene div.chicken div.eyes{
    width: 24px;
    height: 18px;
    position: absolute;
    z-index: 25;
}

div.scene div.chicken_1{
    width: 85px;
    height: 110px;
    background: url('chicken_1.png') no-repeat left top;
    margin: 55px 0 0 75px;
}

div.scene div.chicken_1 div.eyes{
    background: url('eyes_1.png') no-repeat left top;
    margin: 23px 0 0 53px;
}

div.scene div.chicken_2{
    width: 85px;
    height: 110px;
    background: url('chicken_2.png') no-repeat left top;
    margin: 45px 0 0 229px;
}

div.scene div.chicken_2 div.eyes{
    background: url('eyes_2.png') no-repeat left top;
    margin: 23px 0 0 7px;
}

div.scene div.chicken_3{
    width: 85px;
    height: 110px;
    background: url('chicken_2.png') no-repeat left top;
    margin: 35px 0 0 375px;
}

div.scene div.chicken_3 div.eyes{
    background: url('eyes_2.png') no-repeat left top;
    margin: 23px 0 0 7px;
}

div.scene div.chicken_4{
    width: 85px;
    height: 110px;
    background: url('chicken_1.png') no-repeat left top;
    margin: 175px 0 0 145px;
}

div.scene div.chicken_4 div.eyes{
    background: url('eyes_1.png') no-repeat left top;
    margin: 23px 0 0 53px;
}

div.scene div.chicken_5{
    width: 85px;
    height: 115px;
    background: url('chicken_3.png') no-repeat left top;
    margin: 152px 0 0 305px;
}

div.scene div.chicken_5 div.eyes{
    background: url('eyes_2.png') no-repeat left top;
    margin: 23px 0 0 34px;
}

div.scene div.chicken_0{
    width: 85px;
    height: 115px;
    margin: 290px 0 0 250px;
    /** border: 1px solid red; **/
}

div.scene div.dark{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 34;
    background-color: #000;
}


div.scene div.eyes_in_dark{
    position: absolute;
    z-index: 35;
    height: 320px;
}

div.scene div.eyes_in_dark div.chicken{
    background: none !important;
}

div.scene div.rooster{
    z-index: 33;
    width: 230px;
    height: 300px;
    margin: 250px 0 0 460px;
}

div.scene div.rooster_1{
    width: 230px;
    height: 300px;
    background: url('rooster.png') no-repeat left center; 
}

div.scene div.rooster_2{
    width: 230px;
    height: 300px;
    background: url('rooster.png') no-repeat center center; 
}

div.scene div.rooster_3{
    width: 230px;
    height: 300px;
    background: url('rooster.png') no-repeat right center; 
}

div.scene div.rooster div.eyes{
    width: 24px;
    height: 20px;
    background: url('eyes_3.png') no-repeat left top;
    margin: 38px 0 0 102px;
    
}

div.scene div.dialog{
    z-index: 19;
    width: 380px;
    height: 214px;
    margin: 330px 0 0 20px;
    cursor: pointer;
}

div.scene div.dialog_1{
    background: url('dialog_1.png') no-repeat center center;
}

div.scene div.dialog_2{
    background: url('dialog_2.png') no-repeat center center;
}

div.scene div.dialog_3{
    background: url('dialog_3.png') no-repeat center center;
}

div.scene div.dialog div.pointer{
    width: 46px;
    height: 56px;
    background: url('pointer.png') no-repeat center center;
    margin: 180px 0 0 200px;
    display: none;
}

div.scene div.greeting{
    z-index: 32; 
    background: url('greeting.png') no-repeat center center;
}

div.scene div.gift{
    z-index: 1;
    width: 210px;
    height: 105px;
    display: none;
}

div.scene div.gift div.box{
    width: 210px;
    height: 105px;
    background: url('gift.png') no-repeat center bottom;
}

div.scene div.gift div.shine{
    width: 210px;
    height: 105px;
    background: url('gift_shine.png') no-repeat center bottom;
}

div.scene div.gift_1{
    margin: 50px 0 0 10px;
}

div.scene div.gift_2{
    margin: 40px 0 0 163px;
}

div.scene div.gift_3{
    margin: 30px 0 0 308px;
}

div.scene div.gift_4{
    margin: 170px 0 0 82px;
}

div.scene div.gift_5{
    margin: 150px 0 0 245px;
}