@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-size: 12px;
	background-image: url(h_images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS";	
}
a{
	text-decoration: none;
	outline:none;
}
a img{border:none;}

img{}

#bg{

}

#container .testo{
	height: 200px;
	color: #FFFFFF;

	font-size: 18px;
	text-align: center;

}
#container .left, #container .right{
	width:49%;
	float: left;
	margin-top: 150px;



}
#container .testo_s, #container .testo_d{
	position: relative;




}
#container .left{
	
	text-align: right;
	

}
#container .right{

	text-align: left;	

	
}

div#container a span {
	display: none;

}
div#container a:hover {
	color: #411;
}
div#container a:hover span {
	display: block;
	position: absolute;
	top:200px;
	right:0;
	width: 300px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #AAA;
	background: black;
	text-align: center;
	font-size: 13px;
	
}
div#container .right a:hover span {
	color: #000000;
	background-color: #CCCCCC;
}
