body {
margin: 0px; 
padding: 0px; 
background: url(../images/bkgbody.jpg) no-repeat scroll 50% 0;
background-color: #081A32;
font-family: Trebuchet MS;
}
#container {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-456px;
	width: 900px;
        height: auto;
        
}

.testo-p {
  font-family: Trebuchet MS;
  color: #E6E6DC;
  font-size: 14px;
  line-height: 25px;
  width:220px;
}

#logo {
    overflow: visible;
    margin-left: -160px;
    width: 400px;
    height: 132px;
    display:block;
    float:left;
}
#menu {
    margin-top:0px;
    width: 920px;
    height: 70px;
    float:right;
    
}
#title {
   width: 126px;
   height: 105px;
   margin-top:0px;
   margin-left: 30px;
   float:left;
}
#bandiere {
  width: 100px;
  height: 70px;
  margin-top:80px;
  margin-right:120px;
  float:right;
}

#corpo {
   width: 900px;
  height: auto;
  /*border-bottom: 1px solid #4881b9;*/
  float:right;
}
#corpo-container {
  width: 900px;
  height: auto;
  float:left;
}
#corpo-left {
  background: url(../images/vertical-div.png) no-repeat;
  width: 261px;
  height: 647px;
  margin-right:10px;
  float:left;
}
#corpo-center {
  background: url(../images/center.jpg) no-repeat;
  width: 370px;
  height: 644px;
  float:left;
}
#corpo-right {
   background: url(../images/right.png) no-repeat;
  width: 248px;
  height: 644px;
  margin-left:10px;
  float:left;
}

#corpo-r {
  background-color: #11182F;
  float:left;
  width: 620px;
  height: 475px;
}
#show {
   width: 900px;
  height: 300px;
   
  float:left;
}
#container-bottom {
  width: 900px;
  height: 250px;
  float:left;
}
#bottom-left {

  width: 294px;
  height: 218px;
  margin-right:9px;
  float:left;
}
#bottom-center {
 
  width: 294px;
  height: 218px;
  float:left;
}
#bottom-right {
 
  width: 294px;
  height: 218px;
  margin-left:9px;
  float:left;
}
#footer {
  width: 900px;
  height: 100px;
  float:left;
  margin-top: 30px;
  color: #a8b8d0;
  font-size: 11px;
}
#footer-left {
  width: 456px;
  height: 30px;
  float:left;
   font-size: 11px;
}
#footer-left a{
  color: white;
  text-decoration:none;
  outline:none;
}

#footer-left a:hover{
 text-decoration:underline;
}
#footer-center {
  width: 100px;
  height: 30px;
  float:left;
}
#footer-right {
  width: 344px;
  height: 30px;
  float:left;

 
}
#footer-right ul {
  list-style-type: none;
  margin-top:0;
  margin-right: 10px;
  padding-top:0;
  float:right;
}
#footer-right ul li{
  display:inline;
  float:left;
  border-left: 1px solid #fff;
  margin-left:10px;
  padding-left:10px;
}
#footer-right ul li a{
  display: block;
  float:left;
  color: #fff;
  text-decoration:none;
}
#footer-right ul li a:hover{
  text-decoration: underline;
  display: block;
  float:left;
  color: #fff;
}

.blocco-testo {
  float:left;
  position:absolute;
  top: 0;
  left: 24px;
  width:290px;
  height:348px;
}

.blocco-img {
  float:right;
  position:absolute;
  top: 0;
  left: 334px;
  width:280px;
  height:260px;
}

