@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	font: normal 11px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	overflow:hidden;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}
html, body, #wrap {height: 100%;}

html,
body {
    height:100%;
}

#contenitore {
    position:relative;
    min-height:100%;
    height:auto !important;
    height:100%;
	width:2000px;
}

#footer {
    position:absolute;
	width: 2000px;
    bottom:0;
}

#links{
	position:absolute;
	top:-3000px;
}
h1{
	color: #999;
	font-size: 12px;
}

/*LINK*/
a:link {
	color: #a4a4a4;
	text-decoration: none;
}

a:visited {
	color: #a4a4a4;
	text-decoration: none;
}

a:hover {
	color: #737373;
	text-decoration: none;

}

a:active {
	color: #a4a4a4;
	text-decoration: none;
}

