@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color: #fefefe;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url('../images/texture.png');
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	overflow: hidden;
}

#background {
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('../images/background.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main {
	top:0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 840px;
	max-width: 1100px;
	background-image: url('../images/main.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#pannello {
	width: 230px;
	height: 360px;
	top: 0;
	left: 0;
	margin-top: 120px;
	line-height: 20px;
	position: absolute;
}

#note {
	width: 228px;
	height: 167px;
	top: 0;
	right:0;
	position: absolute;
	margin-right: 65px;
	margin-top: 505px;
}

#pagina_centrale {
	width: 640px;
	height: 475px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -321px;
	margin-top: 150px;
}

.img_button:hover {
	cursor: pointer;
}