@charset "utf-8";
/* CSS Document */

div#containerCen{
	background-color:#f1ede4;
}
div#containerSx{
	background-image: url(../img/bgSx.png);
	background-repeat: repeat-y;
	background-position: left;
}
div#container{
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: right;
	height:100%; /*solo per ie6*/
}
