@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/template/back.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin: auto;
	color: #ffffff;

}

a {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}

option {
	background-color: #000000;
	color:#ffffff;	
	border: none;
}

div.contenitore {
	width: 800px;
	height:auto;
	margin: auto;
	border: 0px solid #ffffff;
}

div.top1 {
	width: 800px;
	height: 29px;
	background-image:url(images/template/funeralcar_01.png);
}

div.top2 {
	width: 800px;
	height: 152px;
	background-image:url(images/template/funeralcar_02.png);
}

div.top3 {
	width: 800px;
	height: 36px;
	background-image:url(images/template/funeralcar_04.png);
	font-size:14px;
}

div.menu {
	width: 800px;
	height: 53px;
	background-image:url(images/template/funeralcar_03.png);
}

div.bottom {
	height:50px;
	widh: 800px;
	border-top:2px dashed #ffffff;
	/*background-image:url(images/template/funeralcar_05.png);*/
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
}

div.contenuti {
	width: 800px;
	height: 100%;
	background-color:#000000;
}

div.sx {
	width: 150px;
	float:left;
}

div.centro {
	width: 500px;
	float:left;
}

div.dx {
	background-color:#FF0000;
	width: 150px;
	float:left;
}
















