﻿body {
}

.pics   
{
	position:absolute;
	left:0;
	top:0;
    height:  100%;  
    width:   100%;  
    padding: 0;  
    margin:  0;  
    z-index: 20;
} 
 
.pics img 
{      
    position:absolute;
	left:0;
	top:0;
    border:  0px solid #000000;  
    background-color: #eee;  
    width:  100%; 
    height: 100%; 
    top:  0; 
    left: 0;
    z-index:10;
} 

.intro
{
  width: 445px;
  height: 90px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin: 0 0 0 -222px;  
  z-index:30;
  background-image:url(images/intro.png);
}

.splash
{
  width: 740px;  
  position: absolute;
  top: 250px;
  left: 50%;
  margin: 0 0 0 -370px;  
  z-index:35;
  text-align:center;
}

 .titoloagenti {      
    position:absolute;    
	left:50%;
	top:50%;
    width:  140; 
    height: 200; 
    z-index:20;
	margin: -300 0 0 -222px;  
} 

