/* Main Elements */

body {
   min-height: 600px;
   min-width: 996px;
   height: 100%;
   margin: 0px;
   border: 0px;
   padding: 0px;
   font-size: 100%;
   color: #757677;
   font-family: Helvetica, Arial, "sans serif";
}

#wrapper {
   position: absolute;
   top: 0px;
   bottom: 0px;
   height: 100%;
   width: 100%;
   min-width: 996px;
   min-height: 600px;
   background: url('../images/backgroundView1440x1024.jpg') no-repeat 50% 50%;
   overflow: hidden;
}

h1 {
   font-size: 1.8em;
   margin-top: 5px;
   margin-bottom: 0;
}

a img {
   border: none;
}

/* Header Area Elements */

#headerArea {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 75px;
}

#headerBG {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
}

#headerBorder {
   position: absolute;
   top: 75px;
   left: 0px;
   width: 100%;
   height: 11px;
}

#headerBorder img {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
}

#chrobisLogo {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 373px;
   height: 75px;
   display: block;
}

#congaLogo {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 250px;
   height: 75px;
}

/* Central Area Elements */

#centralArea {
   position: absolute;
   top: 90px;
   left: 0px;
   width: 100%;
   bottom: 70px;
   z-index: 1;
}

#mainArea {
   position: absolute;
   top: 15%;
   height: 70%;
   left: 20%;
   width: 60%;
   background-color: white;
   opacity: 0.85;
   z-index: 1;
}

#mainAreaText {
   position: absolute;
   top: 15%;
   height: 70%;
   left: 20%;
   width: 60%;
   text-align: center;
   z-index: 2;
   font-size: 1.5em;
}

/* Footer Area Elements */

#footerArea {
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 100%;
   height: 48px;
   z-index: 2;
}

#footerBG {
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
}

#congaFooterLogo {
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 140px;
   height: 40px;
}

#contactDetails {
   position: absolute;
   bottom: 0px;
   right: 136px;
   width: 414px;
   height: 40px;
}

#contactDetailsEmail {
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 136px;
   height: 40px;
}