body { 
  background-color: #B3D09E;
  margin: 0;
}
div#container {
   margin: 0 auto;     /* this centers wrapper */
   position:relative;
   width: 680px;
   height: 600px;
   align: center;
}
div#huntington {
  position:absolute;
  top:0px;
  left: 0 auto;
}
div#flash {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index:1;
}