body { margin: 0; padding: 0; background: gray; }

#wrapper { width: 1024px; height: 768px; margin: 0 auto; background-image:url(back.jpg); position: relative; }

/* Nav Area */
#nav a:link { text-decoration: none; color: black;}
#nav a:visited { }
#nav a:hover { color: red; }
#nav a:active {}
#nav {
	position: absolute;
	top: 146px;
	left: 96px;
	width:913px;
	height: 54px;
}
#nav ul li{ display: inline; padding-left: 20px; }

/* Content area */

.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	left:4px;
	top:486px;
	width:109px;
	height:108px;
	z-index:1;
}
.style2 {font-size: 16px}
body {
	background-color: #cccccc;
}
.style3 {color: #c7c6c4}

#apDiv2 {
	position:absolute;
	left:3px;
	top:591px;
	width:108px;
	height:29px;
	z-index:1;
}



/* Footer area */
#footer {
	position: absolute;
	top: 845px;
	left: -23px;
	width: 1085px;
}

