/* CSS Screen http://www.noisysoul.com - realizzato da Davide Bernardi // myself[at]davidebernardi.it *//* BODY HTML */body, html {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	text-align: center;
}

/* BODY IFRAME */.bodyIframe {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: left;
}

/* DIV LAYOUT */div#index {
	position: absolute;
	background-color: #FFFFFF;
	width: 760px;
	height: 420px;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -380px;
	text-align: center;
	line-height: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

div#container {
	position: absolute;
	background-color: #FFFFFF;
	width: 760px;
	height: 420px;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -380px;
	border: solid #999999;
	text-align: left;
}

div#randomImg {
	position: absolute;
	display: block;
	width: 200px;
	height: 340px;
	margin-top: 40px;
	margin-left: 30px;
	text-align: left;
	float: left;
}

div#navBar {
	position: absolute;
	display: block;
	width: 100px;
	height: 80px;
	margin-top: 40px;
	margin-left: 270px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}

div#navBar ul li {
	list-style: none;
	margin: 2px;
	padding: 0px;
	line-height: 10px;
}

div#iframeText {
	position: absolute;
	display: block;
	width: 300px;
	height: 320px;
	margin-top: 40px;
	margin-left: 410px;
	text-align: left;
	clear: both;
}

/* CLASSI */.hide {
	display: none;
}

.tblText {
	width: 250px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	border: none;
}

/* IMG */img {
	border: none;
}

/* LINK */a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}


