/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#BEF099;
	font-size:12px;
}


body, html {
	background-color:#196800;
	width: 100%;
	height::100%;
}

#contenitore {
	position:absolute;
	top:0;
	left:0;
	width:1099px;
	height:800px;
}
#sinistra {
	float:left;
	width:566px;
	height:800px;
}
#destra {
	float:left;
	width:493px;
	background:url(img/patternDx.jpg) top left no-repeat;
	height:800px;
	padding:20px;
}

.titoli {
	border-bottom: 1 dashed #BEF099;
	text-transform: uppercase;	
	
}
