body {
	background-color: #b2cdfd;
	background-image: url(images/back-home.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 130px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0px;
	text-align: center;
}
#content {
	height: 348px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 130px;
	overflow: auto;
}
#navigator {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: 33px;
	width: 925px;
	top: 478px;
}
#gfx {
	height: 55px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 511px;
}
#content-t {
	height: 50px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 566px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #747577;
	font-weight: normal;
}
#lang {
	height: 28px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 625px;
	text-align: center;
}
#dinamic {
	width: 925px;
	position: relative;
	top: 680px;
	height: auto;
}
#content-D {
	width: 925px;
	position: relative;
}
#titolo {
	width: 300px;
	position: relative;
	height: auto;
	top: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #747577;
	text-align: left;
	text-decoration: underline;
}
#photo {
	width: 250px;
	position: relative;
	left: 186px;
	top: auto;
	float: left;
	text-align: right;
	height: auto;
}
#comment {
	width: 300px;
	position: relative;
	height: auto;
	top: 2px;
	float: right;
	right: 186px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #747577;
	font-size: 12px;
	font-weight: normal;
}


#footer {
	height: 34px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747577;
	text-align: center;
	float: left;
	top: 8px;
}
.clear {
	clear: both;
}

