﻿body 
{
    background-color:#e7e7e8;
    font-family: Trebuchet MS, arial
}

.menu 
{
    position:absolute;
    bottom:4px;
    left:365px;
    width:475px;
    height:25px;
	background-color: #ffffff;
	font-size:13px
}

div.struttura
{
    position:relative;
    width:950px;
    height:600px;
    background-color:#ffffff;
    left:50%;
    margin:100px 0 0 -475px
}

div.header
{
    position:relative;
    width:950px;
    height:137px
}

div.logo
{
    position:absolute;
    bottom:25px;
    left:50px
}

div.body
{
    width:950px;
    height:350px;
    background-image:url(../pictures/fotohome.jpg);
    background-position:left top;
    background-repeat:no-repeat
}

div.body .slogan
{
    position:absolute;
    letter-spacing:2px;
    line-height:1;
    left:370px;
    top:280px;
    color:#ffffff;
    font-size:24px
}

div.slogan2
{
    position:absolute;
    right:140px;
    bottom:50px;
    font-size:13px
}

div.footer
{
    margin-top:117px;
    margin-bottom:20px;
    background-color:#e7e7e8;
    color:#797a7c;
    font-size: 12px
}

div.footer a
{
    color:#797a7c;
    text-decoration:none    
}

span.green
{
    color:#b7cd58
}

span.grey
{
    color:#797a7c
}

.menu-item:hover
{
    background-color:#9AB019;
}