body {
    background-image: url("../images/bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 13px;
    height: 100%;
}

#main {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#menu {
    width: 100%;
    background-image: url("../images/gri.png");
    padding: 3px;
    margin-top: 10px;
}
#lang {
    text-align: right;
    width: 10%;
    float: right;
}

#container {
    background-image: url('../images/alb.png'); padding: 15px; width: 65%; border-radius: 20px 0 20px 0; line-height: 20px; color: #000; float: left;
    margin-right: 42px;
    border: 1px solid #ccc;
    min-height: 450px;
}

#news {
    background-image: url('../images/alb.png'); padding-left: 3px; width: 25%; float: left; color: #000;
    border-radius: 0 20px 0 20px;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

#footer {
    padding-top: 20px; clear: both;
}

#footer div {
    background-image: url('../images/gri.png'); padding-left: 3px; width: 100%; text-align: center;
}

#sigla {
    text-align: right; margin-top: 20px;
}

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

a:hover {
    color: #cfcfcf;
}
h1 {
    color: #0000fe;
    font-size: 18px;
}
input {
    width: 200px;
}
textarea {
    width: 200px;
    height: 200px;
}
fieldset {
    border: 0px;
}
label.error {
    color: #B50012;
}
p.error {
    color: #B50012;
    font-weight: bold;
}