@charset "utf-8";
body{
	margin:0px;
	background-color:#EBEAEA;
}
#corpo{
	background-image:url(img/mid.jpg);
	background-repeat:repeat-y;
	background-position:top;
	height:558px;
}
#menu{
	background-image:url(img/logo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:558px;
	width:150px;
}
#contenuto{
	padding:5px;
	height:558px;
	width:820px;
}