body {
background: #000000 url(../immagini/sfondo.jpg) no-repeat center fixed;
margin: 0px 0px 0px 0px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #c4c4c4;
}

#header {
background-image:url(../immagini/sfondo_testo.gif) ;
margin: 0 auto;
height: 70px;
width: 500px;
background: trasparent;
}

#logo {
padding-top: 15px;
height: 50px;
width: 500px;
}

#container {
margin: 0 auto;
width: 700px;
height: 500px;

}

#col1 {
margin-top: 10px;
width: 325px;
height: 500px;
float: left;
background-image:url(../immagini/sfondo_testo.gif);
}

#col2 {
margin-top: 10px;
margin-left: 10px;
width: 325px;
height: 500px;
float: left;
background-image:url(../immagini/sfondo_testo.gif);
}

.evidenzia {
font-size: 12px;
font-weight: bold;
}

#footer {
padding-top: 10px;
margin: 0 auto;
background:transparent;
height: 25px;
width: 700px;
}

a:link {
color: #c4c4c4;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #c4c4c4;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #c4c4c4;
font-weight: bold;
text-decoration: underline;
}

img{border: none;
}