html {
  width:100%;
  height:100%;
  /*overflow-y:scroll;*/
}

body {
  width:100%;
  height:100%;
  text-align:center;
  background-color:#000;
  font-family:Century Gothic, Verdana;
  font-size:18px;
  color:#FFF;
}

h1,h2,h3,h4,h5,h6,img,pre,form,body,html,p,fieldset,input,span,table,td,tr
{ margin:0; padding:0; border:0; }


a:focus {
  -moz-outline-style:none;
}


h1 {
  font-size:27px;
  text-decoration:underline;
}
h1 .lge {
  font-size:36px;
}

h2 {
  font-size:24px;
  text-decoration:none;
  color:#A95967;
  font-weight:normal;
}
h2 .lge {
  font-size:33px;
  font-weight:normal;
}

h3 {
  font-size:16px;
  font-style:italic;
  color:#A95967;
}

h4 {
  font-size:16px;
  font-weight:normal;
}
h4 .lge {
  font-size:24px;
  font-weight:normal;
}


#page {
  width:1000px;
  margin:0 auto;
}

#bgLeft {
  position:relative;
  background-image:url('newImages/bgWallLeft.jpg');
  background-repeat:no-repeat;
  background-position:top left;
  width:1000px;
  min-height:600px;
  height:auto !important;
  height:600px;
}

#bgRight {
  position:relative;
  background-image:url('newImages/bgWallRight.jpg');
  background-repeat:no-repeat;
  background-position:top right;
  width:1000px;
  min-height:600px;
  height:auto !important;
  height:600px;
}

#menu {
  position:absolute;
  top:0px;
  left:0px;
  width:1000px;
  height:300px;
  z-index:7;
}

#title {
  position:absolute;
  top:0px;
  left:200px;
  width:800px;
  height:77px;
  z-index:3;
}

#content {
  position:absolute;
  top:144px;
  left:144px;
  width:825px;
  height:442px;
  font-size:14px;
  text-align:left;
  z-index:8;
}




