div#container{
	position: absolute;
	width: 890; 
	height: 100%;
	left: 50%;
	top: 0;
	margin: 0 0 0 -480px; 
	text-align: center;
	background-image: url(images/background.jpg);
}

div#containerIntro{
	position: absolute;
	width: 960; 
	height: 100%;
	left: 50%;
	top: 50%;
	margin: -380 0 0 -480px; 
	text-align: center;	
	/*background-image: url(images/background.jpg);*/
}

div#marcato{
	position: absolute;
	width: 960; 
	height: 80;
	left: 50%;
	top: 40;
	margin: 0 0 0 -480px; 
	text-align: center;
	z-index: 4;
	/*background-image: url(images/background.jpg);*/
}

div#header{
	position: absolute;
	width: 780; 
	height: 30;
	left: 50%;
	top: 50;
	margin: 0 0 0 -438px; 
	z-index: 1;
	background-image: url(images/backheader.png);
}

div#under{
	position: absolute;
	width: 780; 
	height: 92;
	left: 50%;
	top: 430;
	margin: 0 0 0 -480px; 
	z-index: 1;
}

div#content{
	position: absolute;
	width: 780; 
	height: 100%;
	left: 50%;
	top: 320;
	margin: 0 0 0 -408px; 
	z-index: 1;
	/*background-image: url(images/backcontent.png);*/
}

div#contentIntro{
	position: absolute;
	width: 900; 
	height: 100%;
	left: 50%;
	top: 0;
	margin: 0 0 0 -450px; 
	z-index: 1;
	/*background-image: url(images/backcontent.png);*/
}


div#news{
	position: relative;
	width: 270; 
	z-index: 2;
	background-image: url(images/backnews.png);
}

div#footer{
	position: absolute;
	width: 780; 
	height: 62;
	left: 50%;
	top: 506;
	margin: 0 0 0 -480px; 
	z-index: 1;
	background-image: url(images/blackalpha.png);
}

div#menu{
	position: absolute;
	width: 780; 
	height: 30;
	left: 50%;
	top: 104;
	margin: 0 0 0 -480px; 
	z-index: 2;
}






<!--
					
					A.menu   {text-decoration: none; color: #000;  font-size: 11px; font-weight:bold; font-family: arial,  helvetica;}
					A.menu:LINK    {text-decoration: none; color: #000; font-size: 11px; font-weight:bold; font-family: arial,  helvetica;}
					A.menu:VISITED {text-decoration: none; Color: #000; font-size: 11px; font-weight:bold; font-family: arial, helvetica;}
					A.menu:HOVER   {text-decoration: none; Color: #fff; font-size: 11px; font-weight:bold; background: #; font-family: arial, helvetica;}
					
	-->
.textcontentTIT {
			text-decoration: none; 
			color: #ff0000;  
			font-size: 20px; 
			font-weight:none; 
			font-family: Helvetica, Arial, sans-serif;
			}

.textcontent {
			text-decoration: none; 
			color: #ccc;  
			font-size: 13px;  
			font-family: Helvetica, Geneva, Arial, sans-serif;
			}

.textfooter {
			text-decoration: none; 
			color: #666;  
			font-size: 10px;  
			font-family: helvetica, arial  ;
			}
			
.textcontentCAPS {
			text-decoration: none; 
			color: #000;  
			font-size: 14px; 
			font-weight:bold; 
			font-family: helvetica, arial  ;
			}
	
.inputbox1 {
					background: #c00;
					text-decoration: none;
					border: none;
					border-style: none;
					font-size: 12px;
					font-family: arial;
					color: #fff;
					width : 120px;
				}
.submitbox {
					background: #c00;
					text-decoration: none;
					border: none;
					border-style: none;
					font-size: 12px;
					font-family: arial;
					color: white;
				}