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

body {
	background-color: #111111;
}

#logo {
	position:absolute;
	width:200px;
	height:90px;
	z-index:3;
	left: 70px;
	top: 70px;
}


#logo_index {
	position:absolute;
	width:200px;
	height:90px;
	z-index:3;
	left: 235px;
	top: 73px;
}


	

#testo {
	position:absolute;
	width:310px;
	height:400px;
	z-index:4;
	left: 451px;
	top: 51px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	font-style: normal;
	color: #cccccc;
	
	padding-top:80px;
	padding-left:15px;
	padding-right:15px;
	line-height: 17px;
}

#testo_store {
	position:absolute;
	width:296px;
	height:165px;
	z-index:3;
	left: 465px;
	top: 318px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	font-style: normal;
	color: #cccccc;
	padding-top:100px;
	padding-left:15px;
	padding-right:15px;
	line-height: 17px;
}


#menu {
	position:absolute;
	width:750px;
	height:15px;
	z-index:2;
	left: 50px;
	top: 600px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	
	text-align:center;
}


#menu_index {
	position:absolute;
	width:32px;
	height:33px;
	z-index:2;
	left: 713px;
	top: 492px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	font-style: normal;
	color: #444444;
	
	text-align:center;
}

#sfondo {
	position:absolute;
	width:350px;
	height:530px;
	z-index:4;
	left: 451px;
	top: 51px;
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}


A:link {
	text-decoration: none;
	color: #999999;
	
	border:0px;}

 A:visited {text-decoration:none; color:#666666;border:0px;}
 A:active {text-decoration: none; color:#888888;border:0px;}
 A:hover {text-decoration: none; color: #888888;border:0px;}
