

/* Stili Mona Lisa Story */

body {
	background : #7F2A00;
	color: #FC9;
	font: 12px Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	float: none;
	display: block;
	padding: 0px;
	margin: 0 auto 0px;
	text-align: center;
}

#splash_container {
	width: 520px;
	\width: 540px;
	w\idth: 520px;
	text-align: center;
	height: 100%;
	display: block;
	height: auto;
	background: #853200;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#splash_bkg {
	background: url(img/splash_sfondo.jpg) no-repeat center top;
}

#credits {
	width: 520px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

a, a:link {
	color : #FFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color : #FC0;
	text-decoration: underline;
	font-weight: bold;
}

#credits img {
	border: 1px solid #853200;
	margin: 8px; padding: 1px
}

#credits a:hover img {
	border: 1px solid #9b0000;
	padding: 1px;
	border-right: 1px solid #7f2a00;
	border-bottom: 1px solid #7f2a00;
}

