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

ul#menu {
	height: 462px;
}


/* ############## LAYOUT ############## */

#wrapper {
	position: relative;
	margin: 98px 0 48px 28px;
	width: 962px;
	height: 462px;
}

/* ############## RANDOM ############## */

#picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 678px;
	height: 462px;
	background-color: #333;
}

#testo {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 220px;
	padding: 18px;
	background-color: #ccc;
}

#testo h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 68px;
}

#testo p {
	position: absolute;
	width: 220px;
	bottom: 16px;
}

a.pulsante {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 220px;
	height: 12px;
	padding: 4px 18px;
	background-color: #ccc;
}

a.pulsante:hover {
	background-color: #000;
	color: #fff;
}

a.pulsante:active {
	background-color: #000;
	color: #3ff;
}

