/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49270c;
}
body {
	background-color: #e8d7cd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #49270c;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #49270c;
}
a:hover {
	text-decoration: underline;
	color: #49270c;
}
a:active {
	text-decoration: none;
	color: #49270c;
}



/* CSS Container */

#bg {
	position: relative;
	width: 100%;
	height: 470px;
/*	border: #000000 solid 1px;*/
	background-color: #ed6a1c;
	text-align: center;
}
#main {
	position: relative;
	width: 840px;
	height: 470px;
/*	border: #000000 solid 1px;*/
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	width: 830px;
	height: 106px;
/*	border: #000000 solid 1px;*/
}
#logo {
	position: absolute;
	margin-left: 5px;
	margin-top: 116px;
	width: 192px;
	height: 247px;
/*	border: #000000 solid 1px;*/
}
#film {
	position: absolute;
	margin-left: 202px;
	margin-top: 116px;
	width: 633px;
	height: 348px;
/*	border: #000000 solid 1px;*/
/*	background-color: #CCCCCC;*/
}
#footer {
	position: absolute;
	margin-left: 0px;
	margin-top: 480px;
	width: 840px;
	height: 30px;
/*	border: #000000 solid 1px;*/
	text-align: center;
}
#lang {
	position: absolute;
	margin-left: 0px;
	margin-top: -20px;
	width: 840px;
	height: 30px;
/*	border: #000000 solid 1px;*/
	text-align: right;
}

/* CSS Stile */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #49270c;
}
a.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #49270c;
}
a:link.footer {
	text-decoration: none;
}
a:visited.footer {
	text-decoration: none;
	color: #49270c;
}
a:hover.footer {
	text-decoration: underline;
	color: #49270c;
}
a:active.footer {
	text-decoration: none;
	color: #49270c;
}
