﻿body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #fff;
    background-color: #000;
}

html {
    height: 100%;
}

#divMain {
    width: 900px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -450px;
    background: #000;
    border: 0;
    padding: 20px;
    text-align: center
}


#divCenter {
    width: 200px;
    min-height: 500px !important;
    float: left;
    background:#000;
    vertical-align: bottom;
    text-align: center;
}

.evidenza {
    color: #eea53c;
    font-weight: bold;
    font-size: 110%
}

.piccolo {
    color: #ccc;
    font-size: 50%
}

a, a.hover, a.visited {
    color: #eea53c;
    text-decoration: none
}

img {
    border: 0px
}

area {
    cursor: default;
}body {
}
