@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
body{
overflow:auto;
}
#full-screen-background-image {
z-index: -999;
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
}

#wrapper {
position: relative;
}

