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

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

@font-face {
font-family: 'century';
src: url('font/century.eot');
src: url('font/century.eot?iefix') format('eot'),
url('font/century.woff') format('woff'),
url('font/century.ttf') format('truetype'),
url('font/century.svg#webfontfvFLBU0N') format('svg');
font-style: normal;
}

@font-face {
font-family: 'centuryb';
src: url('font/century-b.eot');
src: url('font/century-b.eot?iefix') format('eot'),
url('font/century-b.woff') format('woff'),
url('font/century-b.ttf') format('truetype'),
url('font/century-b.svg#webfontfvFLBU0N') format('svg');
font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTRegular';
    src: url('font/helveticaneuelt-condensed-webfont.eot');
    src: url('font/helveticaneuelt-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticaneuelt-condensed-webfont.woff') format('woff'),
         url('font/helveticaneuelt-condensed-webfont.ttf') format('truetype'),
         url('font/helveticaneuelt-condensed-webfont.svg#HelveticaNeueLTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header {
	font-family:'century', 'Arial', sans-serif;
	color:#FFFFFF;
	font-size:16px;
	width:960px; 
	height:100px; 
	margin:0 auto; 
	text-align:right; 
	background:url(images/logo.png) no-repeat; 
	padding-top:28px;
}

#headercont {width:100%; height:100px; background-image:url(images/bg-up.png); position: absolute; top:0;}

#central {width:493px; height:207px; position: absolute; top: 50%; left: 50%; margin-top: -103px; margin-left: -246px;}

#footer {width:960px; height:50px; position: absolute; bottom:35px; left: 50%; margin-left: -480px;}

.riferimenti {
	font-family:'Arial', sans-serif;
	color:#FFFFFF;
	font-size:10px;
}

.cmaiuscola {
	font-family:'HelveticaNeueLTRegular','Arial', sans-serif;
	color:#ff8800;
	font-size:12px;
}