html {
	height: 100%;
	width: 100%;
}

body {
	background: url(../immagini/sfondo_home.jpg) top center no-repeat #720000;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#pagina {
	position: relative;
	width: 900px;
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

#pizzaly {
	width: 325px;
	height: 70px;
	background: url(../immagini/pizzaly.jpg) no-repeat;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#bandiere {
	width: 160px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 60px;
}

#bandiere img {
	margin: 10px 10px 0 0;
}

#bandiere #face {
	margin: 10px 15px 0 0;
}

#form_mail {
	width: 225px;
	height: 60px;
	padding: 0;
	position: absolute;
	top: 65px;
	right: 50px;
}

#form_mail #email_1 {
	background-color: #bb1a22; 
	color: #FFFFFF; 
	height: 16px; 
	border: none;
	margin: 27px 0 0 58px;
}

#form_mail #Submit {
	border: none;
	width: 24px;
	height: 16px;
	padding: 0;
	margin: 0;
	background: url(../immagini/bottone_go.gif) no-repeat;
}

.msg_mail {
	color: #000; 
	font-size: 10px; 
	width: 215px; 
	font-weight: bold; 
	text-align: center; 
	margin: 2px auto 0 auto; 
	padding: 0; 
	font-family: "Comic Sans MS";
}

#video {
	width: 511px;
	height: 275px;
	padding: 0;
	position: absolute;
	top: 110px;
	left: 13px;
}

#youtube {
	display: block;
	background: url(../immagini/guarda_video.jpg) no-repeat;
	width: 175px;
	height: 175px;
	padding: 0;
	position: absolute;
	top: 175px;
	right: 100px;
}

#youtube:hover {
	background: url(../immagini/guarda_video_hover.jpg) no-repeat;
}

#foto {
	display: block;
	background: url(../immagini/gallerie_foto.jpg) no-repeat;
	width: 175px;
	height: 80px;
	padding: 0;
	position: absolute;
	top: 340px;
	right: 100px;
}

#home {
	display: block;
	width: 50px;
	height: 45px;
	padding: 0;
	position: absolute;
	bottom: 245px;
	left: 20px;
	background: url(../immagini/home.gif) no-repeat;
	z-index: 1;
}

#menu {
	width: 800px;
	height: 100px;
	padding: 0;
	position: absolute;
	top: 425px;
	left: 50%;
	margin: 0 0 0 -400px;
	/*overflow: hidden;*/
}

#footer {
	width: 250px;
	height: 100px;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -125px;
}
