html,body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 100%;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:0px;
	}
.errore {
	color:red;
	text-align:center;
	font-size:14px;
}

#menu{
	background-color:#000;
	border-bottom:1px solid #06C;
	height: 90px;
	}
	
#news{
	height:30px;
	width:100%;
	background-color:#030335;
	text-align:center;
}

#header{
	background-image:url(img/bgsx.png);
	background-repeat:repeat-x;
	height:190px;
	width:100%;
	}
 
div#content{
	width: 990px;
	text-align:center;
	position:relative;
	height:100%;
	}
	
h1{
	text-align:center;
	font-family:impact,sans-serif;
	font-size:30px;
	font-weight:100;
	color:#333;
	}
	
h2 {
	color:#39F;
	font-size:12px;
}

h3 {
	color:#39F;
	font-size:12px;
	text-align:right;
}
h5{
	font-family:impact,sans-serif;
	font-size:30px;
	font-weight:100;
	color:#333;
	}

#footer h1{
	text-align:center;
	font-family:impact,sans-serif;
	font-size:30px;
	font-weight:100;
	color:#CCC;
	}

#box table{
		border:1px dotted #CCC;
	}
	
#footer{
	background-image:url(img/footerbg.png);
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
	color:#FFF;
}

#footer input {
	margin:5px;
	width:200px;
}

#footer textarea {
	margin:5px;
	width:200px;
}

#footer a {
	color:#FFF;
	text-decoration:unserline;
}

#footer a:hover {
	color:#FFF;
	text-decoration:none;
}

img {
	border:0px;
	}
	
#content a{
	color:#39F;
	text-decoration:none;
		}
		
#content a:hover{
	color:#39F;
	text-decoration:underline;
		}

input, textarea, select {
	border-color:#39F;
	font-size:12px;
	width: 200px;
}

.bottone {
	border-color:#39F;
	font-size:12px;
	background-color:#DDD;
	color:#39F;
	border-color:#39F;
	}


