/* CSS Document */

Body{
	background-color: #FF6600;
	text-align: center;
	background-image: url(../img/monamourfilm_titolo.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#banner {
	display: table;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.8em;
	margin-top: 15px;
}
#banner #HTML {
	width: 490px;
	height: 100px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	background-color: #FF6600;
	overflow: hidden;
	border: 1px dashed #333333;
	padding:5px;
}
#banner .wall {
	display: table;
	clear: both;
	height: 150px;
	margin-top: 20px;
}

#banner .wall img {
	float: left;
}
#banner .wall a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 15px;
}
#banner #pins { margin-top: 20px; }
