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

body,html {
	height: 100%;
	}
	
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #36363a;
	margin: 0;
	padding: 0;
	}
	
	
a {
	color: #36363a;
	}

	
#top {
	background: url(media/logo_rhee.gif) no-repeat bottom center;
	height: 200px;
	margin-bottom: 20px;
	}
		
#middle {
	height: 189px;
	background-color: #eaeaea;
	}
	
#middlecontent {
	width: 692px;
	margin: auto;
	}
	
#middlecontent p {
	margin: 0;
	}

#fiat {
	float:left;
	width: 346px;
	height: 189px;
	background: #eaeaea url(media/fiat_act.jpg) no-repeat right;
	margin: auto;
	}
	
#lancia {
	float:right;
	width: 346px;
	height: 189px;
	background: #eaeaea url(media/lancia_act.jpg) no-repeat left;
	margin: auto;
	}
	
#bottom {
	clear: both;
	padding-top: 20px;
	}


.fiat a {
	display: block;
	width: 346px;
	height: 189px;
	background-image: url(media/fiat.jpg);
	text-decoration: none;
	text-indent: -999em;
}

.fiat a:hover {
	background: none;
}
	
	
.lancia a {
	display: block;
	width: 346px;
	height: 189px;
	background-image: url(media/lancia.jpg);
	text-decoration: none;
	text-indent: -999em;
}

.lancia a:hover {
	background: none;
}
#blanco-container {
	padding: 10px;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
}
#blanco-container h1 {
	font-size: 16px;
}
#blanco-container p, #blanco-container h1 {
	margin: 0 0 18px 0;
}	
	
	
