@charset "gb2312";
#Layer1 {
	position:absolute;
	width:208px;
	height:482px;
	z-index:1;
	background-image: url(images/sidebar.jpg);
	border: 1px none #000000;
	clip: rect(auto,auto,auto,auto);
	top: 200px;
}
#Layer2 {
	position:absolute;
	width:208px;
	height:482px;
	z-index:1;
	background-image: url(images/sidebar_product.jpg);
	border: 1px none #000000;
	clip: rect(auto,auto,auto,auto);
	top: 200px;
}
body {
	width: 1004px;
}

