﻿/* Generale */
html
{
    text-align: center;
}
body
{
    position: relative;
    width: 1024px;
    min-height: 768px;
    margin: 0 auto;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:80%;
    background-color: #61bae5;
}
img
{
    border: 0;
}


/* Layout di pagina */
#DivMain
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    min-height: 768px;
    z-index: 1;
    background-image: url(/Images/Intro.jpg);
    background-repeat:no-repeat;
}
#DivBandiere
{
    position: absolute;
    left: 455px;
    top: 718px;
    width: 100px;
    height: 43px;
    z-index: 2;
}

#DivContenuto
{
    position: absolute;
    left: 423px;
    top: 150px;
    width: 180px;
    height: 280px;
    margin: 0;
    padding: 0;
    text-align:center;
}

#DivProdotti
{
    position: absolute;
    left:0;
    width: 180px;
    height: 70px;
    margin: 0;
    padding: 0;
}
#DivServizi
{
    position: absolute;
    left:0;
    top:108px;
    width: 180px;
    height: 70px;
    margin: 0;
    padding: 0;
}
#DivBoatLifts
{
    position: absolute;
    left:0;
    top:207px;
    width: 180px;
    height: 70px;
    margin: 0;
    padding: 0;
}

h1
{
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    margin: 10px 0px 0px 0px;
}

p
{
    color: White;
    font-size: 0.9em;
    margin:0px;
}

#DivFooter
{
    position: absolute;
    top: 750px;
    width: 1000px;
    right: 24px;
    height: 18px;
    z-index: 5;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color:White;
}

a
{
    color:White;
    text-decoration:none;
}

a:hover
{
    color: #DBDBDB;
    text-decoration: none;
}
