@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0;
	margin-bottom:0px;
	background-image:url(../img/barra_grigio.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

/* ID */

#testata {
	width:960px;
	height:75px;
	margin-top:0px;
	margin-left:0px;
}

#footer {
	width:960px;
	height:auto;
	margin-top:0px;
	margin-left:0px;
}

#logo {
	width:310px;
	height:75px;
	float:left;
}

#menu {
	width:645px;
	height:75px;
	float:right;
}

#main {
	width:960px;
	height:auto;
	margin-left:0px;
	background-image:url(../img/bg_dx.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#home {
	width:65px;
	height:200px;
	float:left;
}

#content {
	width:580px;
	height:auto;
	padding-left:30px;
	padding-top:40px;
	float:left;
}

#dx {
	vertical-align:bottom;
	width:285px;
	height:auto;
	float:left;
}

/* CLASSI */

.pad_25 {
	padding-left:25px;
	padding-right:35px;
}

.pad_60 {
	padding-left:85px;
}

.pad_40 {
	padding-top:40px;
	padding-left:25px;
}

.bottom {
	width:960px;
	height:20px;
}

.box {
	width:580px;
	height:110px;
	background-image:url(../img/bg_box.jpg);
	background-repeat:no-repeat;
}
/* ALTRO */
