body,html {
	margin: 0px;
	padding: 0px;
}

.bgimage {
  width: 100%; 
  height: 100%;
  position: fixed;
  margin:0;
  padding:0;
  left:0px;
  top: 0px;
}  

.box {
  //background: #e5c254;
  background: #e5d192;
  border: inset 4px #e5b728;
  margin: 20px;
  padding: 5px;
}

h1 { 
  text-align: center;
  font-size: 1.7em;
}
h2 { 
  text-align: center;
  font-size: 1.4em;
}

