*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
html,body{
    height: 100%;
}
body{
    background: #000 url(../pics/parrotbg.jpg) no-repeat center bottom;
    background-size: cover;
}