/* CSS Document */
html, body{
	background-color: #5c0e04;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFCC00;
	behavior: url(iepngfix.htc);
	}
img{
	border: none;
	margin: 0;
	behavior: url(iepngfix.htc);
	}
a{
	color:#FFCC00;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
a:hover{
	color: #FF6600;
	text-decoration: none;
	}
div.principale{
	margin: 0 auto;
	width: 916px;
	}
div.corpo{
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #696763;
	border: 1px solid #000000;
	height: 500px;
	}
img.stelog{
	position: absolute;
	top: 137px;
	left: 8px;
	cursor: pointer;
	}
img.aialog{
	position: absolute;
	top: 137px;
	left: 305px;
	cursor: pointer;
	}
img.canlog{
	position: absolute;
	top: 137px;
	left: 608px;
	cursor: pointer;
	}
div.fascia{
	position: absolute;
	top: 343px;
	left: 7px;
	width: 900px;
	height: 112px;
	background-image: url(../images/bg_fascia.jpg);
	border-bottom: 2px solid #000000;
	}
img.gradtop{
	position: absolute;
	top: 6px;
	left: 6px;
	}
img.gradbottom{
	position: absolute;
	top: 455px;
	left: 6px;
	}
div.cont{
	margin: 6px auto 0 auto;
	width: 900px;
	height: 486px;
	border: 1px solid #000000;
	}