/* ********** showreel sefitcdc.it *************/
@import "menunav.css";
@import "footer.css";
html, body {
	width: 100%;
	background-color: #fff;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
}
html {
  overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0;
	padding: 0;
  border: none;
}
div#pagina {
	position: relative;
	width: 980px;
	margin: 0px auto 0px;
}
div#testata {
	position: relative;
  float: left;
  width: 980px;
  height: 127px;
  background: #fff url(../images/testata.jpg) top left no-repeat;
}
div#content {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 978px;
  background: #fff;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  text-align: center;
}
div#showreelsefit {
	position: relative;
  width: 880px;
  margin: 0px auto;
  background: #fff url(../images/fondovideo.jpg) top center no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
div#titolo {
  position: absolute;
  top: 380px;
  left: 20px;
  z-index: 100;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
  text-align: left;
}

