@charset "utf-8";
/* CSS Document */


body {	
}

a img {
	margin:none;
	border:none;
	text-decoration:none;
	
}

a:link {
	border:0;
	text-decoration:none;
}
	
a:visited {
	border:0;
	text-decoration:none;
}

#principale {
	width: 820px;
	min-height: 500px;
	position:relative;
    margin-right: auto;
	margin-left: auto;
}


#testata {
    width: 820px;
	height: 106px;
	background-image: url(../img/testa_back.jpg);
}


#menu_principale {
    width: 234px;
	height: 470px;
	float:left;
	background-image: url(../img/back_bottoni.jpg);
}


#contenitore {

	width: 586px;
	height: 476px;
	background-image: url(../img/corpo.jpg);
	background-repeat:no-repeat;
	margin-left: 234px;
}


#fondo {
    width: 820px;
	height: 23px;
	background-image: url(../img/sotto.jpg);
}


#testo {
	width: 400px;
	position: absolute;
	padding-left: 35px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;

}

h1 {
	margin-top: 10px;
	font-size: 20px;
	color:#FFFFFF;
}


embed{ 
	border: none;
}
