html,body{
    height:90%;
}

p{
    width:80%;
}

#behind{
    position:fixed;
    left:0;
    top:0;
    z-index:-10;
    width:100%;
    height:100%;
}

#front{
    position:fixed;
    left:20%;
    top:60%;
    z-index:10;
    width:30%;
    height:30%;
}