/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#710000;
    text-align: center;
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;  
	}

#conteiner {
	width:900px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align:left;
	}
		#top{
			position:relative;
			width:900px;
			padding:24px 0 18px 0;
			}
				#menu{
				position:absolute;
				top:66px;
				left:355px;
				width:545px;
				text-align:right;
				font-size:12px;
				font-weight:bold;
				color:#FF6600;
					}
				#menu a{color:#FFFFFF;
				text-decoration:none;	
					}
				#menu a:hover{color:#FF6600;
				text-decoration:none;	
					}

		#bannertop{
			width:900px;
			}
		#content{
			width:900px;
			margin-top:7px;
			background-image:url(../img/bg_content.jpg);
			}
				#testi{
					float:left;
					width:555px;
					padding:40px 0 40px 40px;
					color:#FFFFFF;
					font-size:16px;
				}
					#testi a{
					color: #FF6600;
					
				}
				h1{
					font-size:20px;
					font-weight:bold;
				}
				#extra{
					float:right;
					width:195px;
					padding:40px 40px 40px 0;
					font-size:24px;
					color:#5C0808;
				}
				#extra1{
					float:right;
					width:195px;
					padding:40px 40px 40px 0;
					font-size:14px;
					color:#5C0808;
				}
				#footer {
					clear:both;
					background-color:#710000;
					font-size:11px;
					color:#FF6600;
					padding:10px 0 20px 40px;
					}
					
					
.campo {
	color:#000000;
	font-size:12px;
	background-color:#FFFFFF;
	width:250px;
	border-width:0px;
	}
.campo2 {
	color:#000000;
	font-size:12px;
	background-color:#FFFFFF;
	width:80px;
	border-width:0px;
	}
.campo3 {
	color:#000000;
	font-size:12px;
	background-color:#FFFFFF;
	width:50px;
	border-width:0px;
	}
.tasto {
	color:#FFFFFF;
	font-size:14px;
	background-color: #FF9900;
	border-width:0px;
	width:80px;
	}
