@charset "utf-8";
/* CSS Document */

/*Reset*/

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  background: #000 url(../images/under-construction.jpg) center center no-repeat;
}

div#wrapper {
  position: relative;
  min-height: 100%;
  height: 100%;
  height: auto !important;
}

div#header {
  position: relative;
}

div#header-content {
  position: relative;
}

div#content-area {
  position: relative;
}

div#footer-clearance {
  position: relative;
}

div#footer {
  position: relative;
}

div#footer-content {
  position: relative;
}
