body, html {
	margin: 0;
	border:0;
	font-size: 12px;
	font-weight: bold;
	color: #CE0043;
	background-color:#CE0043;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	height: 100%;
}
#imag {
	background-color: #CE0043;
	position: absolute;
	top: 0;
	left: 460px;
	width: 592px;
	height: 100%;
	background-image: url(bmp/abbigliamento_bambini_torino_petit_monde.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#str {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background-color: #CE0043;
}

#petit {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 380px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(bmp/petit_monde.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#brands {
	position: relative;
	left: 20px;
	width: 340px;
	top: 300px;
	text-align: justify;
}

#data {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 340px;
	color: #767676;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#data a {
	color: #767676;
	text-decoration: none;
}
