/* ############################## FONT FACE ############################## */
/* ROBOTO SLAB */
@font-face {
    font-family: 'robotoslab-regular';
    src: url('font/RobotoSlab-Regular-webfont.eot');
    src: url('font/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('font/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('font/RobotoSlab-Regular-webfont.svg#robotoslab-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ############################## STRUTTURA ############################## */
body {
	font-family:Arial, sans-serif;
	font-size:17px;
	color:#000000;
	background-color:#FFFFFF;
}
body, html {
	height: 100%;
}
p {
	margin: 0 0 15px 0;
	padding:0;
	line-height:140%;
}
a {
	color:#000000;
	text-decoration:none;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color:#808080;
}


/* ############################## COURTESY ############################## */
#courtesy{
	text-align:center;
 	position: absolute;
    top:50%;
    left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#courtesy img{
	display:block;
	margin:0 auto 50px auto;
	max-width:100%;
	height:auto;
}
#courtesy h1{
	font-family:'robotoslab-regular', Georgia, serif;
	font-size:36px;
	line-height:36px;
	font-weight:normal;
	color:#E30613;
	margin:0 0 50px 0;
	padding:0;
	text-align:center;
	position:relative;
}









































