@import url(_reset.css);

body {
	background:#CCC;
	
	width:100%;
	font-family:"Courier New", Courier, monospace;
	font-size: 60%;
	color:#333;
	
	

	
}
.video{
	margin:30px;
}
/*ROBA FISSA*/
a {
	
}
a:hover {
	
}
a:visited {
	
}
strong {
	
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
.clearer {
	clear: both;
}
/*COSTRUZIONE DEL CORPO*/
/*CENTRATO*/

#centrato{
	height: 600px;
	width:800px;
	left : 50%;
	position:absolute;
top : 50%;

margin-top : -300px;
margin-left : -400px;
text-align:center;


}


#centrato a{
	text-decoration:none;
	color:#633;
}
/*MENU' CONTATTI*/
.contacts{
	
	text-align:center;
}
.contacts img{
	margin:20px;
	
}
.contacts p a{
	color:#CCC;
	text-decoration : none;
	
}
.contacts p a:hover{
	color:#FF0;
	
}
#piedipagina{
	bottom:0px;
	
	
	text-align:center;
	color:#666;
	height:20px;
}

#piedipagina a{
	text-decoration:none;
	color:#633;
}

#piedipagina a:hover{
	
	color:#999;
}
