body {	
	background: #260101 url('bg.gif') repeat-y center;
	-webkit-background-size: 1100px 1000px;
	color: #999999;
	font-family: 'Cabin', Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 400;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #111111;
	scrollbar-highlight-color: #555555;
	scrollbar-shadow-color: #222222;
}

img {
	border: none;
}

a:link {
	font-weight: 600;
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
a:focus, a:active {
	color: #999999;
	font-weight: 600;
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 0px;
	width: 1000px;
}

.titolo {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 32px;
	letter-spacing: 5px;
	text-shadow: 0px -1px 0px #CCCCCC, 0px 1px 1px #000000;
}

.menu {
	font-size: 16px;
	font-weight: 600;
	text-shadow: 0px 1px 1px #000000;
}

.menu img {
	vertical-align: middle;
	margin-bottom: 5px;
}

.ifopera {
	margin: 0;
	padding: 0;
	width: 995px;
	height: 440px;
	border: 0;
}

#wrapper {
	z-index:1;
	position:relative;
	width:994px;
	overflow:auto;
}

#scroller {
	margin-left:auto;
	margin-right:auto;
	height:60px;
	padding:0;
}

#scroller ul {
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-align:center;
}

#scroller li {
	display:block;
	vertical-align:top;
	float:left;
	padding:0;
	width:54px;
	height:100%;
}

.gradient {
	width: 400px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: -moz-linear-gradient(left,  rgba(227,171,44,0) 0%, rgba(227,171,44,1) 50%, rgba(227,171,44,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(227,171,44,0)), color-stop(50%,rgba(227,171,44,1)), color-stop(100%,rgba(227,171,44,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(227,171,44,0) 0%,rgba(227,171,44,1) 50%,rgba(227,171,44,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(227,171,44,0) 0%,rgba(227,171,44,1) 50%,rgba(227,171,44,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(227,171,44,0) 0%,rgba(227,171,44,1) 50%,rgba(227,171,44,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(227,171,44,0) 0%,rgba(227,171,44,1) 50%,rgba(227,171,44,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e3ab2c', endColorstr='#00e3ab2c',GradientType=1 ); /* IE6-9 */
}

.footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 1000px;
	background: #190101;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #666666;
	font-size: 10px;
}