body {
    margin: 0px;
	margin-top:25px;
    background-color: #f5dc0e;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-align:justify;
	color:white;
}

#container {
    margin: 0px auto;
	padding:25px;
    height:auto;
    width: 760px;
    background-color: #ceb90c;
    border: solid 4px #ffed00;
    border-radius: 20px; /* Standard W3C */
    -moz-border-radius: 20px; /* Mozilla*/
    -webkit-border-radius: 20px; /* Vecchi WebKit*/
}

#menu{
	height:20px;
	width:760px;
	margin-bottom:25px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
	text-align:center;
}

#side-left{
	float:left;
	height:450px;
	width:150px;	
}
#side-left p{
	margin:0px;padding:0px;
	
}

#side-right{
	float:right;
	height:500px;
	width:585px;
	margin-left:25px;
	background-color:;
}

#linea-centro{
	clear:both;
	width:760px;
	height:25px;
	border-bottom:solid 1px #ffffff;
	margin-bottom:25px;
}

#pre-footer{
	height:80px;
	width:760px;
	margin-top:25px;
	text-align:center;
}

#footer{
	height:auto;
	width:760px;
	margin-top:10px;
	margin-bottom:25px;
	text-align:center;
}

a img, active, hover, visited {
    border: 0px;
}

a , active, visited{
	text-decoration:none;
	color:white;
}
a:hover{
	text-decoration:underline;
	color:white;
}

a:focus {
    outline: none;
}

