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

body {
	background-image: url(images/eightlinkDOTNET.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family:arial;
}
#wrapper{
	width:990px;
	margin:0px auto;
		
	}
#logo {
	float: left;
	height: 162px;
	width: 250px;
}

#tagline {
	float: right;
	height: 162px;
	width: 585px;
}

#footer {
	font-size:11px;
	text-align:center;
	color:#333;
	margin-top:30px;
}

#links {

	margin:130px 50px 20px 50px;
	
}

img {
	border:0px}

a, a:visited {
	text-decoration:none;
	color:#666;}	
	
a:hover {
	text-decoration:none;
	color:#236db6}		

a.info{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
	display:inline-block;
}

a.info:hover{
	z-index:25;
	background-color:#8ED3F0
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-145px;
	left:35px;
	width:260px;
	color:#000;
	text-align: center;
	font-size: 14px;
	height: 126px;
	background-image: url(images/tooltip.png);
	padding: 20px 10px 0px 125px;
	background-repeat: no-repeat;
}
#contenuti {
	display: none;
}h3 {
	font-size: 18px;
	font-weight: normal;
	color: #2776AC;
}
