@CHARSET "UTF-8";
 
* {
    margin: 0;
    padding: 0;
}

* :focus {
    outline: 0;
}

body {
    font-family: Verdana;
    font-size: 0.9em;
    background: #c3dae8 url(../img/background.png) repeat;
}

p {
    margin-bottom: 15px;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 5px;
}

fieldset {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

img {
    border: 0;
}

p {
    margin-bottom: 10px;
}

p.centered {
    text-align: center;
}

.goTop {
    float: right;
    text-align: right;
    width: 180px;
    font-size: 0.8em;
    margin: 20px 20px 0 0;
}

.goBack {
    float: left;
    text-align: left;
    width: 180px;
    font-size: 0.8em;
    margin: 20px 0 0 20px;
}

.clear {
    clear: both;
}

#center {
    width: 700px;
    height: 475px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../img/empoli2_collaudo.png) top left no-repeat;
}

#portale {
    width: 150px;
    margin: 0 0 0 100px;
    padding-top: 465px;
}

#portale a {
    display: block;
    width: 150px;
    height: 68px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    background: transparent url(../img/accediDoppio_portale.png) no-repeat 0 0;
}

#portale a:hover {
    color: #fff;
    background-position: 0 -69px;
}

#risto {
    width: 150px;
    margin: 0 0 0 450px;
	margin-top: -80px;
}

#risto a {
    display: block;
    width: 150px;
    height: 68px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    background: transparent url(../img/accediDoppio_risto.png) no-repeat 0 0;
}

#risto a:hover {
    color: #fff;
    background-position: 0 -69px;
}

#bi {
    width: 150px;
    margin: 0 0 0 100px;
    padding-top: 465px;
}

#bi a {
    display: block;
    width: 150px;
    height: 68px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
    background: transparent url(../img/accediDoppio_bi.png) no-repeat 0 0;
}

#bi a:hover {
    color: #fff;
    background-position: 0 -69px;
}

#footer {

}