/* CSS Document Home Page*/

@import url('base.css');

#header {
	color:#FFFFFF;
	text-align:center;
	width: 800px;
	margin: auto;
	position: relative;
	padding-bottom: 10px;
	margin-top:15px;
}

.loghi {
	float:left;
	width: 150px;
}

#titolo {
	float:left;
}

#bodyDoc {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width: auto;
	height: 400px;
	position: relative;
	background-color: #333333;
	background-image: url(pix/circles.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

#bD1 {
	width: auto;
	height: 400px;
	background-image: url(pix/miniCircles.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}

#central {
	width:800px;
	margin:auto;
}

#logoArea {
	width:430px;
	float:left;
}

#logoBaka {
	width:300px;
	height:300px;
	padding-top:50px;
	padding-left:90px;
}

#locandineWall {
	float:left;
	width:220px;
	height: 400px;
	background-image:url(pix/wall.jpg);
	background-repeat:repeat-y;
}

#locandine {
	width:220px;
	overflow: auto;
	height: 400px;
}

#locandine div {
	margin:auto;
	width:140px;
	padding-bottom:10px;
}

#pix {
	clear:both;
	height:80px;
	width:800px;
	/*margin:auto;*/
}

#film {
	width:600px;
	height:80px;
	float:left;
}

#cpm {
	width:180px;
	padding-left:20px;
	height:80px;
	float:left;
}


/*#pix a {
	float:left;
	padding-left: 5px;
	
}*/

#sponsors {
	padding-top: 15px;
	clear:both;
	overflow: hidden;
	width: 800px;
	margin: auto;
}

#sponsors a {
	float:left;
	padding-left: 5px;
}

#footer {
	position:relative;
	clear: both;
}

#note {
	visibility:hidden;
	width:250px;
	margin:auto;
	background-color: #333333;
	position: absolute;
	top:0px;
}

#closeLink {
	text-align:right;
}

#closeLink a {
	color:#FFFFFF;
}

#copy {
	float:left;
	text-align:left;
	width:70%;
}

#credits {
	float:left;
	text-align:right;
	width:30%;
}

#credits a {
	color:#333333;
	text-decoration:none;
}
