/************************************
File:		fixed1col.css
Author:	        Sandro Succi
Date:		18/10/2008
by:		www.genoweb.com
--------------------------------------------------------
LAYOUT UNA COLONNA A LARGHEZZA FISSA
------------------------------------------------------
ONE COLUMN FIXED LAYOUT
************************************/

body{
margin:0;
padding:0;
/* Scegliere il font principale del sito*/
font-family: 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
background: rgb(233,229,226) url(fondo.jpg) top center no-repeat;
}

#maincontainer{
width: 1011px; /* Larghezza del sito*/
margin: 145px auto 0; /*Centra il contenitore nella pagina*/
}

#topsection{
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0;
height: 706px;
background: #999999 url(parte_centrale.jpg) top left no-repeat;
position: relative;
}

#footer{
clear: left;
width: 100%;
height: 150px;
}

.mrGino{
float: left;
margin-top: -5px;
}

.mrGino p{
margin: 0;
}

.mrGino a{
font-size: 9px;
color: #AAAAAA;
}

.mrGino a:hover{
color: #777777;
}

.ftHome{
color: black;
font-weight: normal;
position: absolute;
top: 715px;
text-align: center;
padding: 0 5px;
font-size: 20px;
line-height: 30px;
width: 1001px;
}

.menuHomeDesc{
font-size: 15px;
text-align: justify;
padding: 0 10px;
position: absolute;
bottom: 10px;
left: 10px;
width: 285px;
}
