/* ********** grafica egiweb.it *************/
@import "menunav.css";
@import "footer.css";
html, body {
	width: 100%;
	background: #eee url(../images/bg.jpg) no-repeat;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
}
html {
  overflow:-moz-scrollbars-vertical;
}
body, form {
	margin: 0px;
	padding: 0px;
}
img {
  border: none;
}
div#footer {
  background: #fff url(../images/footer3.jpg) no-repeat;
}
div#pagina {
	width: 980px;
	max-width: 980px;
  border-left: 1px #aaa solid;
  border-right: 1px #aaa solid;
	margin: 0px auto 0px;
  height: 100%;
}
div#testata {
	position: relative;
  float: left;
  width: 980px;
  height: 134px;
  background: #fff url(../images/testata.jpg) top left no-repeat;
  border-left: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
div#content {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 980px;
  background: #fff;
  border-left: 1px #aaa solid;
  border-right: 1px #aaa solid;
}
.testo {
	position: relative;
  margin: 10px 20px;
  width: 730px;
	font: normal 12px tahoma,arial,helvetica,sans-serif;
	color: #333;
	text-align: justify;
}
div#grafiche {
	position: relative;
  width: 940px;
  margin: 10px 10px 0px;
  text-align: center;
}
div#grafiche {
	font: bold 12px tahoma,arial,helvetica,sans-serif;
	color: #333;
}
#preview {
  position: absolute;
}  
