/*

valfrutta granchef css
created: 01.06.2010

*/

body{
margin: 0px;
background:url(../img/bluevalfrutta.jpg) repeat;
font-family: Arial, sans;
font-size: 11px;

}

html {
   width:100%;
   height:100%;
   font-family: Arial, sans;
   font-size: 11px;
   color: #666;
}



img {
   position: absolute;
   border: 0;
   top: 50%;
   left: 50%;
   width: 500px;
   height: 500px;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
}

h2 {
   position: absolute;
   top:1000px; left:1000px;
   height:100%;
   font-family: Arial, sans;
   font-size: 11px;
   color: #FFF;
}
