html,body {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #000832 url('/uploads/images/bg_turtle.jpg') bottom right no-repeat fixed;
  color: #FFF;
}
#outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('/uploads/images/bg_page_upper.jpg') top left repeat-x;
}

#boat {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('/uploads/images/boat.png') -80px 162px no-repeat;
}
#wrapper {
  overflow: auto;
  margin: 0 auto;
  padding-bottom: 120px;
  width: 1002px;
  text-align: left;
}

#header {
  position: relative;
  height: 420px;
  width: 1000px;
}
#globalnav {
  position: absolute;
  top: 0px;
  right: 0px; 
  height: 36px;
}
#contactinfo {
  position: absolute;
  bottom: 310px;
  left: 0px;
}
#logo {
  position: absolute;
  top: 55px;
  right: 12px;
}

#navcontainer, .menu {
  position: absolute;
  top: 122px;
  left: 0px;
  height: 40px;
}
#slogan {
  position: absolute;
  top: 242px;
  right: 6px;
  width: 600px;
  text-align: right;
}

#main {
  overflow: auto;
  padding: 60px 0px;
}

#content {
  float: left;
  display: inline;
  padding: 12px 24px;
  width: 532px;
  \width: 580px;
  w\idth: 532px;
  background: url('/uploads/images/bg_content.png') repeat;
/*  background-color: #3078AF; */
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
#sidebar {
  float: right;
/*  margin-left: 12px; */
  padding: 12px 24px;
  display: inline;
  width: 312px;
  \width: 360px;
  w\idth: 312px;  
  background: url('/uploads/images/bg_sidebar.png') repeat;
/*  background-color: #030E3A; */
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

#footer {
  clear: both;
  color: #0099CC;
}
