html{
    height: 100%;    

}
body{
    background-color: black;
    background-image: url(../images/think.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    overflow: hidden;
    background-size: 40%;
}
#wrapper{
    height: 100%;
}