	
	#panel_image
	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 520px;
		padding: 40px 0px;
		text-align: center;
	}
	
	#panel_button
	{
		background: #f29400;
		border-radius: 8px;
		width: 220px;
		height: 50px;
		margin: 0px auto;
		cursor: pointer;
		-webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
		transition: background 0.5s;
	}
	
	#panel_button p
	{
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		margin: 7px 30px;
	}
	
	#panel_button .cont_arrow
	{
		width: 8px;
		height: 15px;
		overflow: hidden;
		margin-top: 15px;
	}
	
	#panel_button .cont_arrow img
	{
		height: 15px;
		margin-left: 0px;
	}
	
	#panel_button:hover
	{
		background: #fff;
	}
	
	#panel_button:hover p
	{
		color: #f29400;
	}
	
	#panel_button:hover .cont_arrow img
	{
		margin-left: -9px;
	}
	
	#panel_image h1.graziato
	{
		font-family: 'Great Vibes';
		font-size: 100px;
		font-weight: normal;
		line-height: 85px;
		color: #fff;
	}
	
	#panel_image h1.normal
	{
		font-size: 70px;
		line-height: 80px;
		color: #fff;
		margin-top: -25px;
	}
	
	#panel_image h2.normal
	{
		font-size: 45px;
		line-height: 60px;
		color: #fff;
		margin-top: -20px;
	}





	

