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

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

#layer1 {
		font-size: 1.2em;
	
		}

p {
	margin-bottom: 1.5em;
	font-weight: bold;
		}

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

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


#menu {
	position:absolute;
	left:479px;
	top:31px;
	width:625px;
	height:39px;
	z-index:10;
}

#FOTM {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	position:absolute;
	left:60px;
	top:16px;
	width:406px;
	height:44px;
	z-index:4;
}
#pageTitle1 {
	font-size: 2.4em;
	color: #E7BEC7;
	position:absolute;
	left:60px;
	top:58px;
	width:250px;
	height:55px;
	z-index:5;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
