body {
  background-image:url(images/background.jpg);
  background-repeat:no-repeat;
  background-position:top;
  height:100%; 
  max-height:100%;
  max-width:100%; 
  font-family:arial, verdana, sans-serif; 
  font-size:100%;
  overflow-y: scroll; 
  overflow-x: none; 
  }

/* for internet explorer */
* html body {
  padding:120px 0 50px 0; 
  }

#container {
  position:relative; 
  width:auto;
  top:0px;
  left:0;
  bottom:50px; 
  right:0; 
  overflow:auto; 
  }

* html #container {
  height:100%; 
  width:auto; 
  }

#navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	
	
	background-repeat:no-repeat;
    background-repeat:no-repeat;
    background-position:top;
    height:100%; 
    max-height:100%;
    max-width:100%; 
    text-align: center;
}

#navbar a:hover { 
	color:#21B8EF;
}
#navbar a:active {
	color:#21B8EF;
}
		





a, a:visited {
	font-size:24px;
	text-decoration:none;
	color:#ddd;
  }

a:hover {
  color:#fff; 
  text-decoration:none;
  }

#header ul {
  clear:both; 
  text-align:center; 
  border-top:1px solid #73a2bd;
  }

#header ul {
  margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
  height:3em;
  }

#header ul li {
  display:inline; 
  color:#73a2bd;
  }
