/* TECNICHE PERFETTE - LAYOUT */

body {
background-color: #666666;
font-size: 11px;
background-image:url(../files/sfondo.jpg);
background-attachment:fixed;
background-position:center top;
color:#333333;
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif
}


/* ----------container-------------- */
#container {
width: 700px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-image:url(../files/corpo_bg.gif);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#FFFFFF
} 

/* ----------header-------------- */
#header {
text-align: right;
background-color: #FFF;
padding: 0px;
margin: 0px;
}

#banner{
margin-top:127px; margin-bottom:11px; margin-left:116px; margin-right:116px; width:468px; height:60px; z-index:2; position:absolute; top:0px}

/* ----------outer e inner----------------- */

#outer{ 
margin-left: 424px;
margin-right:111px;
} 

#inner{margin:0; width:100%; }

/* --------------colonne sx e dx------------- */
#left {
 padding-top:5px;
 width:424px; 
 float:left; 
 position:relative; 
 margin-left:-424px; 
 }
 #right {
 padding-top:5px;
 width:111px; 
 float:right; 
 position:relative; 
 margin-right:-111px; 
 margin-left:1px;
 text-align:left
 }

/* -----------------Inhalt--------------------- */ 
#content{ 
 padding-top:5px;
position: relative; 
margin: 0px; 
}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
} 







