* {
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow",arial;
	font-weight: bold;
}
h2 {
	text-transform: uppercase;
	color: #999;
	margin-right: 30px;
	width: 506px;
	text-align: center;
	background: #cfebc0;	
	position: fixed;
	background: url(images/h.gif) center center no-repeat;
	top: 40px;
}
#dipinto {
	padding-top: 40px;
}
a {
	font-style: italic;
	color: #666;
	text-decoration: none;
}
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(images/fondino.gif) top left repeat-x;
	border: #fff 1px solid;
}
#testo {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#home #testo {
	background: url(images/biografia.jpg) no-repeat;
}
#dipinti #testo {
	background: url(images/quadri.jpg) no-repeat;
}
#diario #testo {
	background: url(images/diario.jpg) no-repeat;
}
#musica #testo {
	background: url(images/musica.jpg) no-repeat;
}
#scrittura #testo {
	background: url(images/libri.jpg) no-repeat;
}
#contatti #testo {
	background: url(images/contatti.jpg) no-repeat;
}
#catena #testo {
	background: url(images/link.jpg) no-repeat;
}
#link {
display:none;
}
#link a:hover {
	color: #bbfcb8;
}
#fumetto, #fumetto_rev {
	width: 521px;
	height: 556px;
	position: fixed;
	top: 40px;
}
#fumetto {
	background: url(images/fumetto.png);
	padding-top: 2px;
	opacity: .0; 
    -moz-opacity: .0;
}
#fumetto_rev {
	background: url(images/fumetto_rev.png);
	padding-top: 2px;
	opacity: .0; 
    -moz-opacity: .0;
}
#diario #fumetto {
	margin-left: auto;
}
#musica #fumetto_rev {
	margin-left:auto;
}
#fumetto .box, #fumetto_rev .box {
	width: 100%;
	height:100%;
	overflow:visible;
	display: block;
}
.box {
	padding: 0;
	margin: 0;
}
.box p:first-letter {
	font-size: 40px;
	padding: 2px;
	float: left;
	text-transform: uppercase;
	background: #c0c0c0;
}
#fumetto .box {
	margin-left: 30px;
	margin-top: 30px;
}
#fumetto_rev .box {
	margin-left: 120px;
	margin-top: 30px;
}
#dipinto {
	margin-right: 300px;
	margin-top: 50px;
	width: 506px;
	text-align: center;
}
#dipinto img {
	cursor: pointer;
	border-right: #c0c0c0 2px solid;
	border-bottom: #c0c0c0 2px solid;
}
#dipinto img#grande {
	max-height: 300px;
	max-width:500px;
}
#dipinto img.piccola {
	height: 40px;
}
#sotto{
	font-size:small;
}
#commento {
	width: 220px;
	height: 280px;
	overflow: scroll;
	position: absolute;
	top: 180px;
	margin-left: 573px;
	padding-right: 10px;
}
#manage {
	text-align: center;
	color: #fff;
	margin-top: -10px;
}
#designer {
display:none;
}

