.contents{
	height:860px;
	overflow:hidden;
	background-image:url(../images/background_paper.jpg);
	clear:both;
}
	


.main{
	position:relative;
	width:640px;
	height:715px;
	float:left;
	background-image:url(../images/paper_fiat500.png);
	background-repeat:no-repeat;
	margin:50px 0 0 50px;
}


.information{
	margin:79px 0 0 45px;
	width:540px;
}




.photo{
	clear:both;
	text-align:center;
}

.photo li {
	display: inline;
}

.photo img{
	margin:0 5px 10px 5px;
}

.photo a img:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}

