html, body{
	margin:0;
	padding:0;
	border:0;
}
body{
	background-color:#333333;
	font-family:Times, serif;
	font-size:80.01%;
	text-align:center;
}

#wrapper{
	margin:1em auto;
	border:2px solid white;
	width:900px;
	padding:4px;
	text-align:left;
}

#inizio{
	text-align:center;
}

#downer{
	clear:both;
}

#lnk{
	text-align:right;
	float:right;
}

#lnk a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.0em;
}
#img_container{
	margin-top:10px;
}
.w_fl{
	float:left;
	margin-right:0.3em;
}

#external{
	width:370px;
	height:500px;
	overflow:hidden;
	display:block;
	margin:auto;
}
#internal{
	margin-top:300px;
}

pre{
	color:white;
	font-size:1.2em;
}

.trans{
	width:370px;
	height:60px;
}
.trans.bottom{
	background:url(../img/scroll_bottom.png) bottom left repeat-x;
}

.trans.top{
	background:url(../img/scroll_top.png) top left repeat-x;
}
