@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body, html { 
	text-align: center; 
	vertical-align: middle; 
	background-image: url(../images/pg-bg01.png);		
	height: 100%;

}

body > #wrapper {height: auto; min-height: 100%;}


#wrapper { 
	width: 918px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/main-col-bg01.png);
	background-repeat: repeat-y;
	min-height: 100%;
}


#top{
	height: 464px;
	background-image: url(../images/pg-top01.png);
	background-repeat: no-repeat;
}

#top .logo1{
	margin: 15px 20px;
	float: left;
}

#top .logo2{
	margin: 15px 20px;
	right: 0px;
	float: right;
}

#top .menu{
	position: absolute;
	margin: 122px 20px 0 20px;	
	width: 878px;
}

#text{
	margin: 0 20px;
	padding-bottom: 70px; /* must match footer height */
	
}

#footer {
	position: relative;
	margin: -70px auto 0 auto;/* top margin is negative value of footer height */
	height: 70px;
	width: 918px;
	clear:both;
	background-image: url(../images/pg-bot01.png);
	background-repeat: no-repeat;
} 


