html, body {
height: 100%;
min-height: 100%;
}
body {
	background: url(images/bg_janet.gif);
	background-repeat:repeat-x repeat-y;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*overflow:hidden;*/
}
img,div { behavior: url(iepngfix.htc) }
img{border:none;}
h1 {font-size: 15px;}

a,a:visited{color: #fff; text-decoration:none;}
a:hover{text-decoration: underline;}

#testata-bianca {
	width:100%;
	height:auto !important;
	height:125px;
	min-height:125px;
	background-color:#FFFFFF;
}

#logo{
	background: url(images/top.png);
	background-repeat:no-repeat;
	background-position:center;
	height:45px;
}

#content {
	margin:0 auto;
	width:900px;
	color: #fff;
}
	p {
		margin-top:10px;
	}

#bottom {
	margin:0 auto;
	background: url(images/fascia_bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:38px;
	text-align:center;
	padding-top:3px;
}
	#menu {
		border:1px solid #ccc;
		width:400px;
		text-align:center;
	}

#footer{
	background-color: #fff;
	height:auto !important;
	height:400px;
	min-height:400px;
}

