html {
 	min-height: 100%;
 	height: auto;
 }

body { padding-bottom: 0px;
	margin-bottom: 0 px;
	background: #484848 url('images/orizzontale.jpg') repeat-x bottom;
      color:#CC99CC;
      font-family: Verdana;
      text-align: center;
      font-size: 11px;
      
}


#pagina {
        margin: 0 auto 10 auto;
	width: 800;
	background: transparent url('images/bgstrada.gif');
        min-height: 550 }


#contenuto {width: 600px;
            min-height: 400px;
	    margin: 10 100 30 100 }
}


#contenuto #logo {width: auto; 
       padding: 0px;
	}

#contenuto #evento {
        width: 300px;
        min-height:300px;
	float: right;
	background: url('images/bgstrada.gif');
        padding: 0 0 0 20;
        margin-bottom: 10px;
        
}


#contenuto #evento img {max-width: 280px;
			height: auto;}
#contenuto #evento h1, h2, h3, h4 {margin: 0 0 2 0}

#contenuto #evento h3.nome_evento {font-family: courier new;
                       font-size: 18;}

#contenuto #evento h4.data_evento {font-family: tahoma;
                       font-size: 14;}

input.input {font-family: courier new;
             text-align: center;
             font-size: 15;
	     border: 1px solid violet;
	     color: darkred;
             background-color: violet;
	     }

input.submit {font-family: courier new;
             font-size: 14px;
             font-weight: bold;
	     border-left: 1px solid lightviolet;
	     border-top: 1px solid lightviolet;
	     border-right: 1px solid darkviolet;
	     border-bottom: 1px solid darkviolet;
	     color: darkred;
             background-color: fucsia;
            }

img {border: 0}

a:visited {color: #CC33FF;}

a:link {color: #CC33FF;}

a:hover {
	color: #CC33FF;
	text-decoration: none;
}
