html, body {
height: auto !important;
height: 101%;
min-height: 101%;


}


body {
background-color:#0033CC;
background-image:url(mainbackground.jpg);
background-position: center top; 
text-align: center;
padding-bottom: 5px;
padding-top: 55px;
}

#container {
width: 954px;
background-color: #ffffff;
margin: 60px auto 0 auto;
position: relative;
border: 1px solid #000000;

text-align: left;
}

h1 { font-size: 2.1em; font-family: Impact, Haettenschweiler, sans-serif; color: #00007d; }

h2 { font-size: 1.6em; font-family: Arial Black, Arial, Helvetica, sans-serif;;  }

h3 { font-size: 1.35em; color: #1455ab; font-weight: bold; }

h4 { font-size: 1.1em; color: #cf0000; font-weight: bold; line-height: 1; }

h5 { font-size: 1.1em; color: #00007d; font-weight: normal; font-style: italic; }



#splash {
  position: absolute;
  z-index: 9991;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  text-align:center;
  display:none; /*hide it incase the user has javascript disabled*/
  color:#000;
}