html,body{
	margin:0;
	padding:0;
	height: 100%;
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #D0D0D0;
}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{
	background-image: url(immagini/degiorgi2_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{
	text-align:left;
	position: relative;
	height: 100%;
}
div#content p{
	line-height:1.4;
	padding-left: 22px;
	padding-top: 50px;
	padding-right: 100px;
}
div#navigation{
	width: 400px;
	background-image: url(immagini/degiorgi2_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{
	width: 400px;
	background-image: url(immagini/degiorgi2_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#footer{
	position:absolute;
	bottom: 0;
	width: 100%
}
div#footer p{
	margin:0;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 110px;
	color: #999999;
	font-size: 95%;
}
div#container{
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#content{
	float:right;
	width:600px;
	background-image: url(immagini/degiorgi2_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 370px;
}
div#navigation{
	float:left;
	width:400px;
	height: 150px;
}
div#extra{
	float:left;
	clear:left;
	width:400px;
	height: 220px;
}
div#footer{
	clear:both;
	width:100%;
	background-image: url(immagini/degiorgi2_06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
}
div#navigation p {
	padding-left: 102px;
	padding-top: 50px;
	line-height: 1.4;
}
div#extra p {
	padding-left: 102px;
	padding-top: 50px;
	line-height: 1.4;
}
div#extra p a {
	color: #4F4A2E;
}
div#extra p a:hover {
	color: #666666;
}
div#extra p a:visited {
}
div#content p a {
	color: #4F4A2E;
}
div#content p a:hover {
	color: #666666;
}
div#content p a:visited {
}
div#navigation p a {
	color: #4F4A2E;
}
div#navigation p a:hover {
	color: #666666;
}
div#navigation p a:visited {
}
div#footer p a {
	color: #4F4A2E;
}
div#footer p a:hover {
	color: #666666;
}
div#footer p a:visited {
}

