@charset "utf-8";
/* CSS Document */



.contenuto {
    display:block;       
	width:600px;
	height:400px;
	margin: 200px auto;
}

.logo {
	width:600px;
	height:auto;
	float:left;
	margin:auto;
}

.flash {
width:300px;
height:200px;
float:left;
margin:auto;
}

.html {
width:300px;
height:200px;
float:left;
margin:auto;
}

.foot {
width:600px;
margin:auto;
}
