/* CSS Document */

html, body {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #242424;
	margin: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
/* Firefox */
@-moz-document url-prefix()
{
html, body { background-color: #2d2d2d; }
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
html, body { background-color: #2d2d2d; }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { #center { width: 480px; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { #center { width: 1024px; } }
@media only screen and (min-device-width : 1024px) { #center { width: 1024px; } }

#center {
	/*height:520px;
	position:absolute;
	 top:50%;
	left:50%;
	margin:-260px auto auto -322px; */
	margin:auto;
	text-align:center;
	width: 543px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
.logo {
	background-image: url(../img/logo.png);
	margin-bottom: 4px;
	height: 71px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
.io  {
	font-size: 12px;
	margin-bottom: 40px;
}
.bottoni {
	/* float: left; */
	margin: 0px;
	padding: 0px;
}
/* .pdf { background-image: url(../img/bg_PDF.jpg); background-repeat:no-repeat; background-position:0px -10px;}
.html { background-image: url(../img/bg_HTML.jpg); background-repeat:no-repeat; background-position:0px -10px;}
.fla { background-image: url(../img/bg_FLA.jpg); background-repeat:no-repeat; background-position:0px -10px;} */

.claim {
	background-image: url(../img/claim.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	clear: both;
	padding-top: 20px;
	width: 100%;
}
.credits {
	font-size: 9px;
}
