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

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

#Layer1 {
		font-size: 1.2em;
		line-height: 1.5em;
		}

p {
		margin-bottom: 1.5em;
		}

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

body {
		background: #464646;
		}
		
#content {
	background: #ffffff;
	width: 1056px;
	height: 594px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -528px;
	margin-top: 0px;
	z-index: 1;
		}

