@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}
#Sfondo {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#Promo {
	height: 280px;
	width: 273px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#Credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 330px;
	text-align: center;
	background-image: url(../images/underconstruction/transparent.png);
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat;
	z-index: 50;
}
#Credits a {
	color: #000;
	text-decoration: none;
}
#Credits a:hover {
	color: #F60;
	text-decoration: none;
}

