/* the layout frames */

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#000066; 
  color: #FFECBF;
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

/* for internet explorer */
* html body {
  padding:120px 0 50px 0; 
  }

#main {
  font-family: arial, "times new roman", serif;
  font-size: 1.2em;
  position:fixed; 
  top:120px;
  left:0;
  bottom:0; 
  right:0; 
  overflow:auto; 
  background:#000066;
  padding:20px;
  text-align:center;
  }

* html #container {
  height:100%; 
  width:100%; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:116px; 
  overflow:auto; 
  background:#000066;
  border-bottom: 1px double #FFECBF;
  }
* html #header {height:120px;}

/* end of layout frames */

/* roll over buttons */
a#button1 {
    display: block;
    width: 100px;
    height: 30px;
    background-image: url(images/enterbut1.jpg);
    margin: 0 auto;
}

a#button1:hover {
    background-image: url(images/enterbut1a.jpg);
}


 
