@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
}
p {
	color:#FFF;
	text-indent:-10000px;
	font-size:5px;
}
a {
	color:#fff;
	text-decoration:none;
}
h1 {
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
.left {
	float:left;
}
.right {
		float:right;
}
#contenitore {
	width:900px;
	height:500px;
	background:url(../cioccolato_caffe_selmi/sfondo.jpg) no-repeat;
	margin: 100px auto 0;
}
img {
	border: none;
}
#sinistra {
	width:450px;
	height:500px;
	float:left;
	border-right: solid 1px #F00;
}
#sinistra a {
	margin-left:170px;
}
#destra {
	width: 449px;
	height:500px;
	float:left;
}
#destra a {
	margin-left:135px;
}
#footer {
	width:900px;
	height:80px;
	margin: 10px auto;
}
#footer a:hover {
	color:#F00;
}