@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CBC9DD;
}
#contenitore{
	height: 450px;
	width: 950px;
	margin-top: -225px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#striscia{
	height: 100px;
	width: 100%;
	margin-top: -144px;
	position: absolute;
	top: 50%;
	margin-left: 0px;
	background-image: url(sfondo.jpg);
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

