body
{
    background-color: wheat;
    /*background-image: url(../images/sfondo.jpg);*/
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px;
    padding: 20px;
    text-align: center;
}
#header {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#content {
	padding: 12px;
	margin: 0px;
	background-color: White;
	text-align: justify;
}	
	
#container {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	font-size: small;
	background-color: #cdffcc;
	color: #009142;
	padding: 0px;
	border: 4px solid Tomato;
	bottom: 0pt;
}

#footer {
	text-align: right;
	padding: 10px;
	margin: 0px;
	height: 20px;
}

A
{
    color: Tomato;
    text-decoration: underline;
}

IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

IMG.bordered
{
    border: 3px solid Tomato;
}

ul.menu {
	padding-left: 10px;
}

li.menu {
	list-style-type: none;
}

.error {
	color: Red;
}

.success {

}

div.loading
{
	position: fixed;
	right: 0px;
	top: 0px;
   COLOR: White;
   background-color:Red;
}
