.under {
	background: url('../../../../../data/images/layout/under.png') no-repeat;
	width:657px;
	height:319px;
	padding:20px;
	
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-325px;
	margin-top:-160px;
	font-size:16px;
}

.resto {
	
	width:657px;
	height:20px;
		
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:150px;
	font-size:12px;
	color:#FFF;
}

.resto a {
	color:#FFF;
	text-decoration:underline;
}

.resto a:hover {
	text-decoration:none;
}