html,body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
	background-color: transparent;
	text-align: center;
	height: 100%;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
p {margin-top: 0;}
img {border: 0}
form {margin: 0;padding: 0;}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ca2c55;
	margin-top: 2px;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff5595;
}

a:hover {
	text-decoration: none;
	color: #ffc5db;
}

img a {
	border: none;
	text-decoration: none;
}

#div_tutto {
	width: 800px;
	margin: 0 auto;
}

#div_top {
	background-image: url(../img/titolo.png);
	background-repeat: no-repeat;
	height: 384px;
	text-align: left;
	border-top: 1px solid transparent;
}

#div_news {
	padding: 3px;
	position: relative;
	width: 247px;
	height: 177px;
	margin-top: 172px;
	margin-left: 60px;
}

#div_bottom {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	height: 294px;
	padding-top: 50px;
}

#div_body {
	text-align: left;
}

#div_contenuti {
	background-image: url(../img/back.png);
	background-repeat: repeat-y;	
	padding-left: 181px;
	padding-right: 35px;
	border-top: 1px solid transparent;
}

#div_bottom_content {
	width: 600px;
	margin-left: 151px;
	font-size: 11px;
}

#div_menu_home {
	position: relative;
	width: 424px;
	height: 185px;
	margin-top: 199px;
	margin-left: 320px;
	padding: 0px;
}

#div_admin {
	width: 580px;
}

.divlogin {
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px;
	width: 200px;
	border: 1px dashed #000;
	background-color: #fef1db;
}

.lista_note li {
	list-style-image: url(../img/note.png);
	margin-bottom: 10px;
}

.lista_note ul {
	padding-bottom: 10px;
}
