#layout_home{
	width: 100%;
	position:relative;
	padding: 0;
	margin: 0;
	
	height: 240px;
}


#layout_home_1{
	position:absolute;
	
	top:-18px;
	left:0;
	
	width: 275px;
	height: 275px;
	
	background: url(/template/images/home_1.jpg) no-repeat 0 0 transparent;	
}

#layout_home_2{
	
	position:absolute;
	top:-18px;
	left:287px;
	
	width: 275px;
	height: 275px;
	
	background: url(/template/images/home_2.jpg) no-repeat 0 0 transparent;
}


#layout_home_3{
	position:absolute;
	top:-18px;
	left:574px;
	
	width: 275px;
	height: 275px;
	
	background: url(/template/images/home_3.jpg) no-repeat 0 0 transparent;
}


#layout_home_1 div, 
#layout_home_2 div,
#layout_home_3 div{
	padding: 100px 20px 10px 20px;
	position: relative;
}


#layout_home_3 div.container_text, 
#layout_home_2 div.container_text, 
#layout_home_1 div.container_text{
	margin:0;
	padding:0;
	
	width: 100%;
	height:112px;
}


#layout_home_3 div.container_text h1, 
#layout_home_2 div.container_text h1, 
#layout_home_1 div.container_text h1{
	margin:0;
	padding:15px 0;
	
	font-size: 140%;
}


#layout_home_3 div.container_text p, 
#layout_home_2 div.container_text p, 
#layout_home_1 div.container_text p{
	margin:0px;
	padding:0px 1px;
}


#layout_home_3 div.container_link, 
#layout_home_2 div.container_link,
#layout_home_1 div.container_link{
	margin:20px;
	padding:0;
	
	float: right;
	width: 150px;
	height:40px;
	
	text-align: center;
	display:block;
	
	background: url(/template/images/tasto_3.jpg) no-repeat 0 0 transparent;
}


#layout_home_1 div.container_link{
	background: url(/template/images/tasto_1.jpg) no-repeat 0 0 transparent;
}


#layout_home_2 div.container_link{
	background: url(/template/images/tasto_2.jpg) no-repeat 0 0 transparent;
}


#layout_home_3 .container_link a, 
#layout_home_2 .container_link a, 
#layout_home_1 .container_link a {
	line-height: 40px;
	display: block;
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	color: #f93;
}


#layout_home_1 .container_link a{
	font-size: 100%;
	color: #2789b8;
}

#layout_home_2 .container_link a{
	color: #e684b7;
}

