html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form { 
	margin: 0;
	padding: 0;
	border: 0; 
}

body {
	min-width: 780px;
	margin: 10px auto;
	background: #FFFFF;
}

/* #F35712 arancione ciccio */

#contenitore {
	background-image: url(../img//logo_ricutino.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F35712;
	font-weight: bold;
	font-variant: normal;
	width: 650px; 
	height: 550px;
	margin: auto;
	position: relative;
	text-align: center;
	letter-spacing: 0,5px;
	
}

#bottom{
	width: 650px;
	height: 20px;
	position: absolute;
	text-align: center;
	line-height: 20px;
	top: 335px;
	left: 86px;
}

#home{
	width: 650px;
	height: 120px;
	position: absolute;
	top: 190px;
	left: 00px;
	background-color: transparent;
}

#home a{
	width: 650px;
	height: 120px;
	position: absolute;
	background-color: transparent;
	display: block;
}

#home a:hover{
	background-color: transparent;
	display: block;
}

#text{
	width: 461px;
	height: 300px;
	position: absolute;
	text-align: justify;
	line-height: 20px;
	top: 362px;
	left: 85px;
	background-color: #FFFFFF;
	color: #999999;
	padding: 0px 10px 0px 10px;
}

#text a{
	color: #F35712;
	text-decoration: none;
}

#text a:hover{
	color: #414141;
	text-decoration: none;
}

#puls{
	width: auto;
	float: left;
	height: 20px;
	color: black;
	background-color: transparent;
	position: relative;
}

#puls a{
	width: auto;
	padding:0px 13px 0px 10px;
	float: left;
	height: 20px;
	color: #f45712;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}

#puls a:hover{
	width: auto;
	float: left;
	height: 20px;
	border-bottom: 3px #f45712 solid;
	color: #999999;
}

#sound{
	width: 100px;
	height: 100px;
	background-image: url(../img/sound_off.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 80px;
	left: 0px;
	cursor: point;
}

#ricutino{
	width: 258px;
	height: 100px;
	background-image: url(../img/wedding_logo_off.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 80px;
	left: 230px;
	cursor: point;
}

#accordi{
	width: 480px;
	height: 100px;
	position: absolute;
	top: 250px;
	left: 0px;
}


