@font-face {
	font-family: "ValerieHand";
	src: url("fonts/Valerie%20Hand.ttf") format("truetype");
}
@font-face {
	font-family: "OldStyle";
	src: url("fonts/OldStyle.ttf") format("truetype");
}

@font-face {
	font-family: "Halny";
	src: url("fonts/Halny.ttf") format("truetype");
}

@font-face {
	font-family: "MailartRubberstamp";
	src: url("fonts/MailartRubberstamp.ttf") format("truetype");
}

@font-face {
	font-family: "Distro";
	src: url("fonts/Distro.ttf") format("truetype");
}


body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#caricamento {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 500;
	background-color: #333;
}

div#contenuto {
	font-size: 100px;
	height: 0;
	width: 0;
	overflow: hidden;
	background-image: url("imgs/piano_home.png");
	margin: 0px;
	padding: 0px;
}

div.carta_home {
	border: 0.01em solid #555;
	/*background-color: #8dbced;*/
	background-color: #004a96;
	height: 0.34em;
	width: 0.2em;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	border-radius: 0.05em;
	cursor: pointer;
}

div.carta_home label {
	font-size: 0.25em;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	color: #DDD;
	position: relative;
	margin: 0px auto;
	bottom: 0em;
	font-family: "Distro";
	cursor: pointer;
}

div#bottone_entra {
	height: 0.2em;
	position: absolute;
	text-align: center;
	bottom: 0px;
	right: 0px;
}

div#bottone_entra label {
	font-size: 0.15em;
	text-align: center;
	font-family: "Distro";
	font-weight: bold;
	color: #DDD;
	position: relative;
	margin: 0px auto;
	bottom: 0em;
	cursor: pointer;
}
