
html {
    
}


body {
    width: 960px;
    margin: auto;
   margin: 0;
   padding: 0;
   min-width: 800px;
   
}

#fondo {
    position: absolute;
    width: 960px;
    height: 800px;
    left: 50%;
    top: 50%;
    margin: -400px 0 0 -480px;
      background-image: url("immagini/twirl_pink.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 300px;
    min-width: 800px;
}

#base {
    
    position: absolute;
    left:50%;
 margin: 0 0 0 -400px;
    top: 80px;
    width: 800px;
    height: 600px;
    min-width: 800px;
    background-image: url("immagini/twirl.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: pink;
}

#logo {
    padding: 10px;
    

}

#presentazione {
    width: 500px;
    padding: 2px;
    
}

p.intro {
    padding: 2px;
    width: 500px;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
}

.title {
    padding: 2px;
    width: 500px;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 44px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    text-shadow: 2px 2px 3px #fff;
}

#link1{
    padding: 2px;
    width: 200px;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 34px;
    font-weight: bold;
    font-variant: small-caps;
    float: left;
    text-shadow: 2px 2px 3px #fff;
    text-align: center;
}

#link2 {
    padding: 2px;
    width: 200px;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 34px;
    font-weight: bold;
    font-variant: small-caps;
   
    text-shadow: 2px 2px 3px #fff;
    float: right;
    text-align: center;
}

p.mission {
   
    width: 500px;
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}