html{
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

body {
	background: #006600 url(../img/fabric1.jpg);
	overflow: hidden !important;
	font-family: Courier;
	font-size: 21px;
	}

img{
border:0;	
}

#baseForm{
	background: url(../img/base_form.png) no-repeat top left;
	width: 270px;
	height: 178px;
	padding: 14px 20px 14px 20px; 
	position: absolute;
}	
#msg{
	font-size: 16px;
	margin-bottom: 20px;
}
#invia{
	background: url(../img/puls.png) no-repeat top left;
	padding:6px 0px 6px 0px; 
	height: 33px;
	width: 79px;
	cursor: pointer;
	text-align: center;
	margin-left: 90px
}

#keyForm{
	background: url(../img/bg_form.png) no-repeat top left;
	height: 25px;
	width: 250px;
	border: solid 1px #CFCFA7;
	font-family: Courier;
	font-size: 22px;
	padding: 3px 3px 0 3px;
	margin-bottom: 18px;
}


#rssLayer{
	position: absolute;
	top: 40px;
	bottom: 20px;
	width: 5000px;
}

#rssLayer div.container{
	padding: 0; 
	background: url(../img/bg.png) repeat-x  250px 0px ; 
	height: 47px;
	clear: left;
	margin: 0;
	position: absolute;
}

#rssLayer div.container a:hover{
	color: #f00;
}
#rssLayer  div.container a { height: 17px; color: #000; text-decoration: none;}

#rssLayer  div.container a div.first {height: 47px; width: 12px !important; padding: 0; margin: 0 -6px 0 0  !important; float: left;}

#rssLayer div.container  a  div{background: url(../img/raccordo.png) no-repeat top right ; padding: 9px 12px 11px 0px;  height: 47px; float: left !important;  position: relative !important;}

#rssLayer div.container a  div.last{background: url(../img/des.png) no-repeat top right !important; position: relative !important; left: 6px}

#debug{
	color: #fff;
	font-size: 9px;
}

#description{
	color: #fff;
	font-size: 10px;
	font-family: helvetica, arial, san-serif;
	padding: 9px 10px 10px 10px;
	position: absolute;
	top: -95px;
	width: 600px;
	height: 100px;
	filter:alpha(opacity=60);    
	opacity: 0.6;
	z-index: 1000000;
	background: #000 url(../img/puls.gif) no-repeat bottom left ;
}
#description a{
	color: #fff;
}

#description h1{
	font-size: 10px;
	font-weight: bold;
	margin:0 0 10px 0;
}

#msgFinal{
	background: url(../img/finale.png) no-repeat top left ;
	height: 78px;
	width: 243px;
	padding: 20px 40px 20px 20px;
	font-size: 10px;
	position: relative;
	top: 2000px;
}

#msgFinal a{
	color: #f00;
}	
