@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	border:none;
	margin:0;
	padding:0;
	background-image:url(../img/back-lato.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	
}


.colonna {
	text-align:center;
	
}

#logo-home img {
	margin-top:60px;
	width:300px;
	height:300px;
}

#logo-home img:hover {
	opacity: 0.7;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

#eurobike img {
	margin-top:50px;
	width:450px;
}

#eurobike img:hover {
	opacity: 0.7;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

#footer img {
	margin-top:80px;
	width:250px;
}

#logo-home-piccolo img:hover {
	opacity: 0.7;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

#contacts {
	font-family:Verdana, Geneva, sans-serif;
	width:400px;
	margin: 0 auto;
	color:#CCC;
	line-height:22px;
	font-size:14px;
}

#contacts a {
	color:#fff;
}

