/* CSS Document */
/*index2.asp*/
.LayoutBanner01 {
	background-image: url(images/Layout_Banner01.jpg); 
	background-attachment:fixed;
	background-repeat:no-repeat; 
	background-position: top left;
	width:800px; 
	height:121px;
}
.LayoutSitemap {
	background-image: url(images/Layout_Sitemap.jpg); 
	background-attachment:fixed;
	background-repeat:no-repeat; 
	width:800px; 
	height:32px;
}
.LayoutContent {
	background-image: url(images/Layout_HmContent.jpg); 
	background-attachment:fixed;
	background-repeat:no-repeat; 
	width:800px; 
	height:312px;
}
/*index2.asp end*/


