a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
*{
	font-family:Verdana, Geneva, sans-serif;
}
.body{
	padding-top:20px;
	background-image:url(main_bg.png);
}
.wrapper{
	width:559px;
	margin:0 auto;
}
.header{
	width:559px;
	background-image:url(header.png);
	height:102px;
}
#header{
	width:529px;
	padding:15px;
	font-size:55px;
	color:#FFF;
}
.nav{
	width:553px;
	padding:3px;
	background-image:url(nav.jpg);
	height:21px;
	text-align:center;
	color:#FFF;
}
.content{
	width:559px;
	background-image:url(content.jpg);
	height:328px;
}
#title{
	height:64px;
	padding-top:48px;
	width:470px;
	margin:0 auto;
}
#content{
	width:470px;
	height:164px;
	padding:15px;
	margin:0 auto;
	font-size:12px;
	text-align:center;
}
#content2{
	width:470px;
	height:164px;
	padding:15px;
	margin:0 auto;
	font-size:12px;
}
.footer{
	width:559px;
	background-image:url(footer.png);
	height:102px;
}
#footer{
	color:#FFF;
	padding:20px;
	padding-top:30px;
	text-align:center;
	font-size:9px;
}
#apDiv1 {
	position:absolute;
	left:0;
	top:24px;
	width:100%;
	height:619px;
	z-index:-20;
	text-align:center;
}