html {
	min-height: 100%;
}
body {
	background: #000 url("texture.png");
	font-family: "verdana", "arial", "tahoma", "helvetica";
	color: #FFF;
	font-size: 0.75em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #FFDA00;
	text-decoration: underline;
}
#container {
	margin: 0px auto;
	text-align: center;
	width: 980px;
	height: 500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-490px;
	margin-top: -220px;

}
#workinprogress {
	padding: 10px 0px;
	font-size: 1.3em;
}
#link {
	margin: 0px auto;
	width: 600px;
	height: 65px;
	font-size: 1.1em;
}
#link_ita {
	float: left;
	width: 300px;
}
#link_eng {
	float: right;
	width: 300px;
}
#tharrosnet {

	padding-top: 20px;
}