* {
		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: #cc0000;
		}
a {
	font-size: 24px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
		
		
		
#layer1 {
	background: #cc0000;
	width: 1100px;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -550px;
	margin-top: 0px;
	z-index: 1;
	background-color: #cc0000;
		}
		
		
#menu {
	width: 507px;
	height: 42px;
	position: absolute;
	top: 22px;
	left: 495px;
	z-index: 2;
	}
#content {
	background: #cc0000;
	width: 920px;
	height: 620px;
	position: absolute;
	top: 102px;
	left: 190px;
	z-index: 3;
		}
	
#blog {
	background: #cc9900;
	width: 909px;
	height: 620px;
	position: absolute;
	top: 96px;
	left: 190px;
	z-index: 3;
	background-color: #CC0000;
		}

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

		
