﻿    body 
    {
	    margin:0px;
	    padding:0px;
	    font-family:Arial, Verdana, sans-serif;
	    background:#003C82 url("images/sfondo.jpg") no-repeat;
	    color:#000;
	    font-size:12px;
    }

	/* Header */

   #header, #ctl00_zonHeader_editor_zona_header1_header, #ctl00_zonHeader_zona_header1_header
   {
        float:left;
        width:1000px;
        height:344px;
        position:relative;
        overflow:visible;
        background-image:url("images/sfondo_header.png");
        background-repeat:repeat-y;
   }

   #ctl00_zonHeader_editor_zona_header1_container, #ctl00_zonHeader_zona_header1_container
   {
        float:left;
        width:1000px;
        height:344px;
        position:relative;
        overflow:visible;
   }
   
   /* Bug IE7 con menu a discesa */   
   .IEbugfixed
   {
        z-index:28;
   }   
   
   /* Container */
   /*
   #containersx
   {
        float:left;
        width:1000px;
        background: url("images/sfo_colonna_sx.png") repeat-y left;
   }

   #containerdx
   {
        background: url("images/sfo_colonna_dx.png") repeat-y right;
        float:left;
        width:1000px;
   }
   */
   
   /* Footer */
   #ctl00_zonFooter_editor_zona_footer1_footer,#ctl00_zonFooter_zona_footer1_footer
   {
        float:left;
        width:1000px;
        height:28px;
        background: url("images/sfondo_down.png") no-repeat;
        position:relative;
   }
   
   #ctl00_zonFooter_editor_zona_footer1_container, #ctl00_zonFooter_zona_footer1_container
   {
   }

