html, body{
  background-color: #FFFFFF;
  width: 100%; height: 100%;
  min-width: 980px; min-height: 100%;
  margin: 0px; padding: 0px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; -webkit-user-drag: none; user-drag: none;
  zoom: 1; -moz-transform: scale(1);
}

a{color: #666666; text-decoration: none;}
a:hover{color: #333333;}

#Document{position: relavite; overflow: hidden; top: 0px; bottom: 0px; left: 0px; right: 0px;}
#Document .Background{position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-size: cover; background-repeat: no-repeat; background-position: center center; background-image: url(../Images/Background-Without-Borders.jpg);}
#Document .Logo{position: absolute; margin-left: -90px; width: 100%; height: 20%;}
#Document .Logo img{position: absolute; top: 50%; left: 50%; margin: -38px 0px 0px -90px;}
#Document .Footer{position: absolute; bottom: 0px; left: 20px; right: 20px; height: 20%; text-align: center; font-family: Arial; font-size: 10px; color: #999999;}
#Document .Footer table{position: absolute; bottom: 20px; width: 100%;}
#Document .Footer table .Underconstruction{height: 40px; background: #000000;}
#Document .Footer table .Empty{height: 2px;}
#Document .Footer table .Contact{height: 20px; background: #cccccc; color: #666666;}
