/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	/*height:100%;*/
}
body {
	font-family:Helvetica, Verdana, Arial;
	background-color:#000;
	font-size:13px;
}

a { text-decoration:none; }

/*** DIV ***/

#logo { background:url(../images/logo.png) no-repeat bottom center; width:310px; height:125px; }
#logo h1 { text-indent:-9000px; }


#header { height:125px; }

#menu { background:url(../images/bg_menu.gif); width:600px; height:125px; }
#menu li {
	float:left;
	padding:10px 0px;
	background-color:#000;
	width:100px;
	text-align:center;
}
#menu li.sel { }
#menu li.not_sel { }
#menu li:hover { }

#content { padding:20px 0px; margin-bottom:60px; }

#main { min-height:450px; }
#main a { }
#main p, #main h2 { line-height:16px; }
#footer { /*height: auto;
    min-height: 30%;*/
	width:100%;
	position:fixed;
	bottom:0px; }

#pagine { text-align:left; color:#FFF; }
#pagine a { color:#CC0; }

#feedback a { color:#CC0; }

/*** CLASS ***/
.title { background-image:url(../images/bg_title.gif); }

/*** INPUT ***/
input, textarea, select {
	font-family:Helvetica, Arial, Verdana;
	font-size:13px;
	/*font-size: 125%;*/
	padding: 5px 0px;
	border: 1px solid #999;
	margin:5px 0px;
}
