/* CSS per MatteoBandello.it */
/*
© 2006 Artdisk Multimedia - Fornito Valerio
http://www.artdisk.com/
*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
a, a:visited{
	color: #ff7800;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.copyright:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration:none;
}
a.copyright:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration:none;
}
.default_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.default_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff7800;
	font-weight: bold;
}
.default_title_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #778899;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
}
#main_div {
	position: absolute;
	width: 772px;
	left: 50%;
	margin-left: -386px;
	background-image: url(../images/bandello_bg.gif);
	background-repeat: no-repeat;
}
#menu_div {
	position: absolute;
	width: 230px;
	height: 150px;
	left: 15px;
	top: 198px;
}
#libro_div {
	position: absolute;
	width: 210px;
	height: 275px;
	left: 14px;
	top: 930px;
}
#story_div {
	position: absolute;
	width: 536px;
	left: 230px;
	top: 400px;
}
#sponsor_div {
	position: absolute;
	width: 210px;
	left: 15px;
	top: 400px;
	height: 521px;
}
#copy_div {
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	bottom: 0px
}
td.width50 {
	width: 50%;
}
.underlined {
	text-decoration: underline;
}
.textCenter {
	text-align: center;
}

