body {
	font-family: arial, helvetica, sans-serif;
}

#container {
	width: 800px;
   background-color: white;
	background-image: '/css/background.jpg';
	margin: 0px auto;	
}	

#top {
   margin: 0px;
   background-color: white;	
	padding-bottom: 1px;
	padding-top: 1px;
	color: black; 
	text-align: center;
	height:300px;
	background-image:;
	background-repeat:no-repeat;
}	

#eng {
	width: 385px;
	float: left;
	margin-left: 10px;
   color: #FFC0CB;
}

#ita {
	width: 385px;
	float: left;
	margin-left: 10px;
	color: #90EE90;
}	

#all {
	width: 800px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

#bottom {
   margin: 0px;
   background-color: white;	
	padding-bottom: 1px;
	padding-top: 1px;
   float: left;	
	color: black; 
	text-align: center;
	height: 500px;
	background-image:;
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0px;
}	 
