#wall{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #8B4513;
    border-bottom: 5px solid #654321;
    background-image: url(wood.png);
}
#floor{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #A0522D;
}

#bed{
    position: absolute;
    left: 5%;
    bottom: 30%;
    height: 300px;
    z-index: 2;
}

#doll1{
    position: absolute;
    left: 20%;
    bottom: 35%;
    height: 150px;
    z-index: 2;
}

#chucky{
    position: absolute;
    left: 15%;
    bottom: 52%;
    height: 100px;
    z-index: 2;
}

