/* CSS Document */

div#canvas {
	width					: auto;
	/*height					: 100%;*/
	/*background				: url(../images/canvas_bg.png) no-repeat;
	background-position		: top center;*/
}

div#inner_canvas {
}

div.canvas {
	margin					: 0 auto 0 auto;
	width					: 960px;
}

div#header {
	height					: 99px;
	/*background				: url(../images/header_bg.png) repeat-x;
	background-position		: top left;*/
}

div#inner_header {
	text-align				: center;
}

img#logo {
	margin					: 0 auto;
}

img#stagione {
	display					: none;
	margin					: 0 auto;
}

div#enter {
}

div#inner_enter {
	text-align				: center;
}

div#enter img#logo_stagione {
	margin					: 95px auto;/*99px auto;*/
}

div#enter a, div#enter a span {
	color					: #000;
	font-size				: 12px;
	text-transform			: uppercase;
}

div#enter a:hover {
	text-decoration			: none;
}

div#enter a:hover span {
	text-decoration			: underline;
}

div#keywords {
	position				: absolute;
	top						: 70px;
	left					: 550px;
	width					: 301px;
	height					: 18px;
	color					: #FFFFFF;
	font-size				: 8px;
	line-height				: 18px;
	text-align				: center;
	background				: url(../images/keywords_bg.png) no-repeat;
	background-position		: top center;
	z-index					: 10;
}

div#keywords h2 {
	margin					: 0 3px;
	display					: inline;
	color					: #FFFFFF;
	font-size				: 11px;
	font-weight				: normal;
	font-style				: italic;
}

div#content {
	padding					: 40px 0 0 0;
}

div#inner_content {
	padding					: 20px 0 0 0;
	/*height					: auto !important; 		/* real browsers */
	/*height					: 420px; 				/* IE6: treaded as min-height */
	/*min-height				: 420px; 				/* real browsers */
	height					: 500px;
}

div#footer {
	/*height					: 99px;*/
	/*background				: url(../images/footer_bg.png) repeat-x;*/
	background-position		: top center;
}

div#inner_footer {
	position				: relative;
	padding					: 10px;
	text-align				: center;
}

div#credits {
	position				: absolute;
	top						: -45px;
	left					: 40px;
	text-align				: left;
}

div#credits h2, div#credits a {
	display					: inline;
	color					: #000;
	font-family				: Arial Narrow;
	font-size				: 9px;
	line-height				: 10px;
	letter-spacing			: 0.5px;
	font-weight				: normal;
	text-transform			: none;
}

div#copyrights {
	position				: absolute;
	top						: -45px;
	right					: 40px;
	text-align				: right;
}

div#copyrights h2, div#copyrights a {
	display					: inline;
	color					: #000;
	font-family				: Arial Narrow;
	font-size				: 9px;
	line-height				: 10px;
	letter-spacing			: 0.5px;
	font-weight				: normal;
	text-transform			: none;
}
