@charset "utf-8";
/*
    Effelle Antincendio s.r.l. web site CSS
    table version
    by Mateo Cuppoloni
    developed for Effelle Antincendio s.r.l.
*/

body {
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	background: url(../IMG/sfondo3.png) #FFF;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

#content {
	width: 1028px;
	height: 805px;
	margin: 0 auto;
}

#head {
	width: 1028px;
	height: 190px;
	background: url(../IMG/head.png);
}

#head img {
	margin: 100px 0 0 0;
}

#eng {
	float:right;
	width:96px;
	height:190px;
}

#ita {
	float:right;
	width:50px;
	height:190px;
}

#sx {
	float:left;
	width:39px;
	height:372px;
	background: url(../IMG/left.png);
}

#menu {
	float: left;
	width: 250px;
}

#menu div {
	float: left;
	width:250px;
	height:62px;
}

#bottom {
	float:left;
	width: 1028px;
	height: 244px;
	background: url(../IMG/bottom.png);
}

#copiright {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:231F20;
	text-align:center;
	margin: 24px auto;
}

#firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align:center;
	margin: 70px auto;
	font-weight:bold;
}

#firma a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

#indietro {
	float:none;
	width: 142px;
	height:41px;
	text-align:center;
	
}