/* CSS Document */

body#frame_pnl {	
    margin:0;
	padding:0;
	background-color:#333;
	 }
 
h1 {
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:9px;
	width:200px;
	height:0;
	background: transparent top left no-repeat;
	text-indent:-9999px;
}
ul {list-style:none}

#div_link{
	padding:0; margin:0; position:absolute;	top:0; left:0;
	background: transparent top left no-repeat;	text-indent:-9999px;
}

img{border:0;}
#image_testo{float:left;}
#testo_testo{float:left;}



@media (max-width: 768px){
	.page-wrapper{overflow: scroll !important;}

}