body {
	text-align: left;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	
	line-height: 15px;
	
	background: #000000;
	
	margin: 0;
}

/* layout generali */
#container {
	width: 100%;
	
	margin: 0 auto;
}

#header {
	position:relative;

	width: 100%;
	height: auto;
}

#header_body {
	position:relative;
	top:0px;
	left:0px;

	width: 980px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
	
	background: #000000;
}

#logo {
	position:relative;
	display: block;
	top:0px;
	left:0px;

	width: 192px;
	height: 133px;
	
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#banner_leaderboard1 {
	position: absolute;
	top: 32px;
	left: 232px;
	width: 728px;
	height: 90px;
	
	overflow: hidden;
}

#menu {
	position:relative;
	top:0px;
	left: 0px;
	width: 980px;
	height: 35px;
}

.btt_menu {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 32px;
	
	text-align: center;
	
	line-height: 32px;
	margin-right: 1px;
	text-transform: uppercase;
	font-weight: 600;
	background: #262625;
	border-radius: 6px 6px 0 0;
	
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	border-right: 3px solid #333;
}

.menu_link {
	color: #FFFFFF;
	
	text-decoration: none;
}

.menu_link:hover {
	color: #fbbf30;
}

#btt_menu_programmazione {
	width: 160px;
	border-radius: 0 6px 0 0;
	border-left: none;
}

#btt_menu_prossimamente {
	width: 144px;
}

#btt_menu_eventi {
	width: 80px;
}

#btt_menu_infocinema {
	width: 113px;
}

#btt_menu_dovesiamo {
	width: 109px;
}

#btt_menu_prezziecard {
	width: 121px;
}

#btt_menu_promozioni {
	width: 112px;
}

#btt_menu_contatti {
	width: 92px;
	border-radius: 6px 0 0 0;
	border-right: none;
	
	margin-right: 0;
}

	.menu_link_hover {
		color: #fbbf30;
	}

#content {
	position:relative;

	width: 100%;
	height: auto;
}

#content_body {
	position:relative;
	top:0px;
	left:0px;

	width: 980px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
	
	background: #000000;
}

div#content_body_left {
	position:relative;
	top:0px;
	left:0px;
	width: 620px;
	height: auto !important;
	height: 800px;
	min-height: 800px;
	
	padding: 20px;
}

div#content_body_right {
	position:absolute;
	top:0px;
	left:660px;
	width: 300px;
	height: auto;
	
	padding-top: 20px;
}

#app {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: auto;
	text-align: center;
}

#rectangle1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	
	overflow: hidden;
	
	margin-top: 20px;
}

#facebook {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	
	margin-top: 20px;
}

#rectangle2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	
	margin-top: 20px;
	
	overflow: hidden;
}

#footer {
	position:relative;

	width: 100%;
	height: auto;
}

#footer_body {
	position:relative;
	top:0px;
	left:0px;

	width: 940px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
	
	background: #000000;
	
	padding: 20px;
}

#credits {
	position:relative;
	top:0px;
	left:0px;

	width: 940px;
	height: auto;
	text-align: center;
}
	
.link {
	color: #1aa4df;
	text-decoration: none;
}
	
.link:hover {
	text-decoration: underline;
}
	
.link2 {
	color: #fbbf30;
	text-decoration: none;
}
	
.link2:hover {
	text-decoration: underline;
}
	
.c1 {
	color: #1aa4df;
}
	
.c2 {
	color: #fbbf30;
}