*{
			padding: 0;
			margin: 0;
		}

body {
    font-family: "Helvetica Neue", "Free Sans", Arial, Helvetica, sans-serif; 
	font-size: 75%;
	color: #333;
	background-color: #ffeccd;
	text-align:center;
	}


/* ======== Layout ======== */
  



#horizon {
			position: absolute;
			top: 50%;
			left: 0px;
			width: 100%;
			margin-top: -170px;
			min-width: 880px; 
			text-align: center; /* IE needs this */
		}

#landing {
			position: relative;
			width: 880px;
			height: 347px;
			margin: 0px auto;
			text-align: center;
		}
