html {
height: 100%;
width: 100%;
}


body {
  height:100%;
  width:100%;
  background-color:#124282;
  margin:0px;
  padding:0px;
	background-image:url("http://www.theexplorationcenter.org/images/back2a.jpg");
	background-position:center;
  }

img {
border: none;
}


#content {
  border:1px solid white;
  border-left:none;
  border-right:none;
  height:400px;
  position: absolute;
  top:50%;
  width:100%;
  margin-top:-200px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 50% 0%;
	display:relative;
  }

.title {
  position: absolute;
  right:0px;
  bottom:0px;
  }


#homemenu {
	position:absolute;
  width:275px;
  margin:25px;
	right:0px;
	
  }


#copyright {
  position:absolute;
  font-size: 12px;
  width: 100%;
  color: #1f64bf;
  text-align: center;
  bottom:0px;
  margin: 0px;
  padding-bottom: 5px;
  }


