@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	padding:0;
	border: none;
	margin:0;
}

body {
	height:100%;
	padding:0;
	border: none;
	margin:0;
	background-color:#000;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #C00;
}
a:active {
	color: #FFF;
}

/* DIV HOME */

.tables {
	height:100%;
}
div.contenitore {
	bottom: 0px;
	text-align:center;
	position: relative;
	width: 100%;
	z-index: 0;
}
div.logo {
	position: absolute;
	width: 202px;
	height: 328px;
	z-index:10;
	left: 64px;
	top: 292px;
}
div.flash {
	position: relative;
	width: 100%;
	height: 450px;
}
div.menu {
	color:#000;
	bottom: 0px;
	position: relative;
	width: 100%;
	height: 48px;
	background-image: url(img/rip_menu.jpg);
	text-align: left;
}
div.scacchi {
	color:#000; bottom: 0px; position: relative; width: 100%; height: 57px; background-image: url(img/scacchi.jpg);
}
div.rosso {
	color:#000; bottom: 0px; position: relative; width: 100%; height: 70px; background-image: url(img/rosso.jpg);
}
div.sovrapposizione {
	filter:alpha(opacity=60); /* per IE/WIN */ 
	opacity: 0.60; /* per Mozilla&Co. */
	background-color:#000;
	bottom: 173px;
	position: absolute;
	width: 100%;
	height: 111px;
	left: 0px;
	z-index:1;
}
div.sovrapposizione_2 {
	bottom: 169px;
	position: absolute;
	width: 100;
	height: 20px;
	left: 975px;
	z-index:3;
}
div.testo {
	color:#FFF;
	bottom: 180px;
	position: absolute;
	width: 700px;
	height: 95px;
	z-index:2;
	left: 264px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: left;
	line-height:1.1;
}
div.testoNero {
	color:#000;
	position: absolute;
	width: 762px;
	height: 20px;
	z-index:2;
	left: 212px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: left;
	top: 11px;
}
