* {
		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-color: #ffffff;
		}
a {
	font-size: 24px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
		
		
		
#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;
		}
		
		
#menu {
	width: 507px;
	height: 42px;
	position: absolute;
	top: 22px;
	left: 495px;
	z-index: 2;
	}
	
#content {
	background: #ffffff;
	width: 920px;
	height: 620px;
	position: absolute;
	top: 102px;
	left: 190px;
	z-index: 3;
		}

#listen {
	width: 466px;
	height: 51px;
	position: absolute;
	top: 14px;
	left: 53px;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 4;
	background-color:;
		}

		
