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

* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	overflow:hidden;
	background-color: #FFF;
}
html, body, #wrap {height: 100%;}

html,
body {
    height:100%;
}

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

#img-sfondo {
    position:absolute;
	width: 2000px;
	height: 594px;
    bottom:0;
	background-image:url(../img/bg_pag_html.jpg);
	background-repeat:no-repeat;
}
#link-home{
	margin-left: 700px;
	margin-top: 15px;
}
#testo{
	width: 970px;
	margin-left: 10px;
	margin-top: 120px;
}
#links{
	position:absolute;
	top:-3000px;
}
.testo_grigio{
	color: #666;
}

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

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

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

}

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

