html {
    background: url("img/backgrounds/pattern.png") repeat;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}





