* {
	margin: 0;
	padding: 0;
	}

body {
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	background-color: #008200;
	font-weight: bold;
	}
	
#container {
	position: relative;
 	width: 600px;
	height: 100%;
	margin: 0px auto;
	}
	
#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	}
	
#left {
	float:left;
	width: 200px;
}
	
#footer {
	width: 100%;
	font-size:11px;
	margin-top: 100px;
	}
	
#testo {
	position: relative;
	bottom: 72px;
	color: #FFFFFF;
	}	
	
img {
	border: 0;
	}
	
p {
	margin-top: 40px;
	}
	
a {
	color:#FFFF00;
}
