body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/img/page_bground.png);
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font:12px georgia, times, "times new roman", serif;
}
#maindiv {
  position:absolute;
	margin: 0px 0px 0px -405px;
	width:809px;
	height:100%;
	padding: 0px;
  z-index:1;
  background-image: url(/img/main_bground.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
  left:50%;
  top:0;
}
ul {
	margin:0px;
	padding:0px;
}
li {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#infos a {
	margin-left:25px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

#infos a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#880000;
}
#proposte a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

#proposte a:hover {
	text-decoration:underline;
	color:#880000;
}
#box1 {
	text-align:center;
}
#box1 a {
	font-weight:bold;
	text-decoration:none;
	color:#fffff0;
}
#box1 a:hover {
	text-decoration:underline;
	color:#880000;
}
#box1 hr {
	margin:0px;
	padding:0px;
	background-color:#333333;
	height:1px;
  border: 0px solid #f00;
  width:150px;
}
#bbasso p {
	font:10px arial,sans-serif;
}
#credits {
	font:italic 10px georgia, times, "times new roman", serif;
}
#credits a {
	text-decoration:none;
	font-style:italic;
	color:#880000;
	font-weight:bold;
}
div, img {
  border:0px solid #f00;
}

.listartisti a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

.listartisti a:hover {
	text-decoration:underline;
	color:#880000;
}

.boxst a {
	text-decoration:none;
	color:#333;
	margin-bottom:20px;
}

.boxst a:hover {
	text-decoration:underline;
	color:#880000;
}

a.lnk {
	text-decoration:none;
	color:#333;
	margin-bottom:20px;
}

a.lnk:hover {
	text-decoration:underline;
	color:#880000;
}

#inforeq p {
	position:relative;
	border: 1px solid #f00;
	width: 100%;
	text-align: center;
}

.myform label{
	display:block;
	width:100px;
	float:left;
	font:12px verdana,helvetica,arial,sans-serif;
}

.myform input {
	margin-bottom:5px;
}

.myform input,select,textarea,option {
	font:12px verdana,helvetica,arial,sans-serif;
}

#foto .fotosm {
margin:5px;
border:1px solid #333;
}

.smtxtred {
color:#dd0000; font:10px verdana,helvetica,arial,sans-serif;
}