/* Stile della sezione proncipale (div main) */
* { margin:0; padding:0; }

body { 
  color:#333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width:100%;
  background-color:#FFF;
  font-size:0.8em;
}

img {
   border:none;
}
p {
   margin-bottom:12px;
}

ul, ol {
  list-style-type:none;
}

h1, a, a:link, a:visited { 
   color:#627601;
}
a:hover { 
   color:#333;
}

#wrapper { 
  width:500px;
  height:450px;
  background:#FFF;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-225px;
  margin-left:-250px;
}

#container { 
  background:#FFF;
  position:relative;
  width:498px;
  height:448px;
  text-align:center;
  border:1px solid #ccc;
  margin:0 auto;
}

#header, #header2 { 
  width:498px;
}

#header h1 { 
   font-size:1.2em;
   margin:20px 0 20px 120px;
}

#header2 { 
   text-align:center;
}
#header2 h1 { 
   font-size:1.2em;
   margin:20px auto;
}


#logo { 
   position:absolute;
   	top:18px;
	left:70px;
   width:84px;
}


#developer{
  font-size:0.8em;
  margin-bottom:0;
  position:absolute;
   	bottom:8px;
	right:8px;
}