html,body{
    width:100%;
    height:100%;
    background-color:E000000;
    margin:0
}
.full-height{
    height:100%;
}
.blur{
    position:absolute;
    width:100%;
    height:100%;
    margin:0;
    z-index:-3;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    filter:blur(0px);
    -webkit-filter:blur(0px);
    transform:scale(1);
    opacity:.9
}
