@charset "utf-8";
#container_shadow_side {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	background-image: url(../graphics/main_layout/container_dropshadow_side_grey.png);
	background-repeat: repeat-y;
}
#contanier_shadow_bottom {
	background-image: url(../graphics/main_layout/container_dropshadow_bottom_grey.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 10px;
}
