body {
	background-color:#2c1700;
	margin:0px;
	color:#004076;
	font-family:Arial, Verdana, Helvetica;
	font-size:16px;
}

h1 {
	font-size:28px;
}

.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear {
	clear:both;
}

a, img {
	outline:none;
}

#tb-camere {
	font-size:12px;
}
#tb-camere a img {
	border:3px solid #eee;
}
#tb-camere a:hover img {
	border:3px solid #804040;
}

#layout {
	width:1072px;
	margin:0 auto;
}
#top {
	background:url(images/top.jpg) no-repeat;
	width:1072px;
	height:155px;
}
#header {
	/*background:url(images/header.jpg) no-repeat;
	width:1072px;
	height:306px;*/
}
#center {
	position:relative;
	height:100%;
	background:url(images/sfondo-content.jpg) repeat-y center;
	width:1072px;
}
#center .content {
	position:relative;
	z-index:10;
	margin-left:55px;
	margin-right:10px;
	padding-top:2px;
}
#center .img-right {
	position:relative;
	z-index:10;
}
#center .bottom {
	position:absolute;
	z-index:1;
	bottom:-50px;
	background:url(images/bottom.jpg) no-repeat bottom;
	width:1072px;
	height:186px;
}
#center .bottom span {
	position:absolute;
	top:161px;
	left:727px;
	color:#f0d898;
	font-size:12px;
}

