html, body { 
font-family : Verdana, Tahoma, Helvetica, Sans-serif; 
font-size : 12px;
font-style:italic;
color : #000000; 
background : #ffffff; 
text-align : center;  
} 
#container {  
width : 900px;
height: 950px;
margin : 0 auto; 
border:1px solid #aaaaaa;
postion: relative; 
text-align: left;
}
#Layer-1 {
  position: relative;
  left: +0px;
  top: +0px;
  width: 900px;
  height: 350px;
  z-index: 1;
}

/* You named this layer menu */
#Layer-2 {
  position: absolute;
  left: 211px;
  top: 50px;
  width: 502px;
  height: 19px;
  z-index: 2;
}

#menu li {
	position : absolute;
	top : -1px;
	list-style-type : none;
	width: 161px;
	height: 12px;
} 
#m01 {
	left : -45px;
} 
#m02 {
	left : 64px;
} 
#m03 {
	left : 171px;
} 
#m04 {
	left : 316px;
} 
#m05 {
	left : 479px;
} 
#menu a { 
font-family : verdana, tahoma, arial, sans-serif; 
font-size : 12px; 
color : #cccccc; 
text-decoration : none; 
text-transform : uppercase; 
} 
#menu a:hover { 
color : #32BCD5; 
}
#update {
	position: absolute;
	left: 10px;
	top: 400px;
	width: 200px;
	height: 350px;
	
}
#welcome {
position: absolute;
	left: 210px;
	top: 351px;
	width: 690px;
	height: 300 px;
}
#features {
	position: absolute;
	left: 210px;
	top: 575px;
	width: 690px;
	height: 49px;
}
#features1 {
	position: absolute;
	left: 209px;
	top: 632px;
	width: 299px;
	height: 500 px;
}
#features2 {
	position: absolute;
	left: 510px;
	top: 632px;
	width: 299px;
	height: 500 px;
}
#copy {
	position: absolute;
	left: 0px;
	top: 910px;
	width: 900px;
	height: 20px;
	font-size:8px;
	text-align: center;
}
h2 {
	size: 14px;
	color: #076475;
}
h1 {
	font-style: italic;
	font-size: 15px;
}
img {
	border: none;
	text-align: center;
}

