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

body {
	background-color:#333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#a5a5a5;
	}

#newstesto p{width:520px;}
	
/* DIV_______________ */

#pagina {margin: 0 auto;
	width:880px;
	height:810px;
	}
	
#gometix {
	position:relative;
	width:880px;
	height:267px;
	left:0px;
	top:192px;
	}
	
#gometixtesto {
	position:absolute;
	width:750px;
	height:88px;
	left:62px;
	top:179px;
	color:#333333;
	}
	
#gometixtesto2 {
	position:absolute;
	width:380px;
	height:109px;
	left:371px;
	top:5px;
	color:#333333;
	}
	
#contattitesto {
	position:absolute;
	width:582px;
	height:159px;
	top:32px;
	left:14px;
	color:#a5a5a5;
	}
	
#videotesto {
	position:absolute;
	width:722px;
	height:159px;
	top:32px;
	left:14px;
	color:#a5a5a5;
	}
	
#logo {
	position:absolute;
	width:344px;
	height:90px;
	top:54px;
	left:62px;
	}
	
#menu {
	position:absolute;
	width:286px;
	height:34px;
	top:-34px;
	left:62px;
	z-index: 3;
	}
	
#facebook {
	position:absolute;
	width:230px;
	height:34px;
	top:-34px;
	left:649px;
	z-index: 4;
	}
	
#news {
	position:absolute;
	width:570px;
	height:190px;
	top:267px;
	left:62px;
	z-index: 5;
	}
	
#contatti {
	position:absolute;
	width:610px;
	height:190px;
	top:267px;
	left:62px;
	z-index: 5;
	}
	
#video {
	position:absolute;
	width:750px;
	height:190px;
	top:267px;
	left:62px;
	z-index: 5;
	}
	
#newstesto {
	position:absolute;
	width:557px;
	height:145px;
	top:32px;
	left:12px;
	color:a5a5a5;
	overflow: auto;
	}
	
#friendsclose {
	position:absolute;
	width:756px;
	height:28px;
	top:558px;
	left:62px;
	z-index: 6;
	}
	
#friendsopen {
	position:absolute;
	width:756px;
	height:94px;
	top:492px;
	left:62px;
	z-index: 7;
	visibility: hidden;
	}

#piede {
	position:absolute;
	width:880px;
	height:32px;
	top:586px;
	left:0px;
	z-index: 8;
	}
	
#chiudi {
	position:absolute;
	width:88px;
	height:28px;
	left: 755px;
	top: 0px;
	z-index: 2;
	}
	


/* link_______________ */
a:link { 
	color:#ffffff;
	text-decoration:underline;
	}

a:visited {
	text-decoration:underline;
	color:#ffffff;
	}

a:hover {
	color:#be52bb;
	}

#friendsopen a:link {
	color:#474747;
	text-decoration:none;
	}
	
#friendsopen a:visited {
	color:#474747;
	text-decoration:none;
	}
	
#friendsopen a:hover {
	color:#474747;
	text-decoration:none;
	}

	
#contattitesto a:hover {
	color:#c3f03b;
	text-decoration:none;
	}

/* CLASSI_______________ */

.gometix {
	background-image:url(img/sfondo_repeat.jpg);
	background-repeat:repeat-x;
	}
	
.news {
	background-color:#000;
	}
	
.titolo {
	color:#be52bb;
	font-weight:bold;
	}
	
.titolo2 { 
	color:#c3f03b;
	font-weight:bold;
	}

.friends {
	background-color:#2a2a2a;
	}

.piede {
	background-color:#484848;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	}
	
.mouse {
	cursor: pointer;
	}
