
@import url("reset.css");



		* {
	margin:0;
	padding:0;
	font-family: Arial;
	color:#bbb;
}
img {
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
}

#folder img {
	border:none;
}
#folder1 {
	float:left; 
	background-color:#000;
	height:30px;
}

#tutto{ margin-top:100px;  width:600px; position:absolute; margin-left:50%; left:-300px; font-size:0.7em;}


	

#window {  text-align:center;}
#window   .box img { display:block;margin:10 auto;}
#window  .box { width:170px; float:left; line-height:1.4; margin-right:45px; margin-bottom:10px; }
#window  .last  { margin-right:0; } 
#window  .box a { text-decoration:none; text-align:center;}

#window.box h3 {font-size:27px; padding-bottom:5px; text-transform:uppercase;}



#clear { clear:both; height:0; visibility:hidden;}

	


