/* Global */

body   {
	background: #FF00BF;
	margin: 0px;
	padding: 0px;
	font: 20px  "Comic Sans MS";
	background-image: url(/new%20site%20tests/background.png);
}

#horizon    {
position: absolute;
top: 50%;
left: 0px;
width: 100%;
margin-top: -50px;
}

#box {
  background: #D9FF00;
  border: 1px solid #000000;
  width: 50%;
  height: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}

