@charset "utf-8";

body {
	margin: 0 auto;
}

.box {
	background-image:url();
	background-repeat:repeat-x;
}

.home {
	background-image: url(http://www.pix3l.it/home.jpg);
	width: 656px;
	height: 393px;
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0 auto;
}
