* {
		margin: 0;
		padding: 0;
		}
	
html {
		font-size: 100%;
		}

body {
		font: 62.5%/1.5 Helvetica, Ariel, sans-serif;
		}

#layer1 {
		font-size: 1.6em;
		line-height: 1.5em;
		}


/* ---------- add your code below ---------- */

body {
		background: #ffffff;
		}
		
		
#layer1 {
	background: #ffffff;
	width: 1100px;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -550px;
	margin-top: 0px;
	z-index: 1;
	background-color: #ffffff;
		}
		


		
