﻿  html,body{margin:0;padding:0} 
  BODY{
    font-family: Verdana,Arial,Helvetica;
    font-size: 10pt;
    background-color: #231F20; 
    color: #231F20; 
    border:	0px;
	}
  #testata {
    position: absolute;
    top:0;
    right:0;
    z-index:100;
    width: 100%; 
    height: 150px;
  } 
 
  #centrale {
    position: absolute;
    top: 51px;
    right:0;    
    height: 600px;
    width: 100%;    
    z-index:50;
  }

  #centro {
    margin:0 auto;
    top: 51px;
    right:0;    
    height: 600px;
    width: 100%;    
  }
 
  #centro A {
    background:#231F20 url('../img/01-pubb_2010_ita.jpg') no-repeat fixed top center ;
    display: block;
    margin:0 auto;
    height: 600px;
    width: 595px; 

  }
  
  #centro A:hover {
    background:#231F20 url('../img/02-pubb_2010_ita.jpg') no-repeat fixed top center ;

  }
  
  
  #centro A SPAN {
    display: none;
  }


  #piepagina {
    
    background-image:url('../img/nordicmetalblok.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    margin: 0 0 10px 0;
    top: 10;    
    height: 50px;
    width: 100%;    
    z-index:150;
    
  }

  #piva {
    
    position: absolute;
    bottom: 0;    
    right:0;
    z-index:160;
    margin: 0 10px 10px 0;
    color:  #555555;
    
  } 
