@charset "utf-8";
/* CSS intro tributa */

body{
	background:url(../images/bg_intro.jpg) repeat-x top left #e6e9fe;
	margin:0;
	padding:0;
	height:100%
}
.container{
	width:1006px;
	height:100%;
	background:url(../images/bg_container.png) no-repeat top left;
	margin:0 auto
}
.contentIntro{
	width:962px;
	height:800px;
	background:url(../images/bg_contentIntro.jpg) repeat-y top left;
	margin-left:22px;
}
