@charset "utf-8";
/* CSS Document */

 body {
	  width: 100%;
	  height: 100%;
	  margin: 0px;
	  padding: 0px;
	  overflow: hidden;
	}
  
  .header  {
	  background-image:url(../img/sfondo_testata.jpg) repeat-x;
	  height:50px;
	  margin:0px;
	  padding:0px;
	  text-align:left;
	  background-color:#E2AC04;
	/*  border:3px solid red;*/
  }
  
  .header_sx_logo  {
	  position:relative;
	 /* background:url(../img/logo.jpg) no-repeat;*/
	 background-color:#ffffff;
	  height:50px;
	  width:187px;
	  margin:0px;
	  padding:0px;
	  float:left;
  }
  /*  .header_dx_logo  {
	  position:relative;
	background:url(../img/logo_club.jpg) no-repeat;
	  height:50px;
	  width:70px;
	  margin:0px;
	  padding:0px;
	  float:left;
  }*/
  .header_centro  {
	  position:relative;
	  background:url(../img/sfondo_testata.jpg) no-repeat;
	  height:50px;
	  width:600px;
	  margin:0px;
	  padding:0px;
	  float:right;
  }
  .header_dx  {
	  position:relative;
	  height:50px;
	  margin:0px;
	  padding:0px;
	  float:right;
  }
  .contenuto {
	  background-repeat: no-repeat;  
	  background-color:#fff;
	  padding:0px;
	  text-align:center;
	  margin:0px;
	  width:100%;
	  /*border:3px solid green;*/
	  height:100%;
	  text-align:center;
	  float:left;
  }
  .footer  {
	  height:20px; 
	  background-color:#E2AC04;
	  margin:0px;
	  padding:0px;
	/* border:3px solid yellow;*/
  }
