body{
	background-image: url(../../img/landing.jpg);
	background-position: center;
	background-color: #bcbcbc;
	background-repeat:no-repeat;
}

div#menuContainer{
	position: absolute;
	bottom:21px;
	height:25px;	
	width:100%;
	background-color: #1e1e1e;
}


div#main{
	display:block;
}

div#flag_ita{
	position:absolute;
	margin-left:0px;
	top:50%;
	margin-top:50px;
	width:200px;
}



div#flag_eng{
	position:absolute;
	left:50%;
	margin-left:70px;
	top:50%;
	margin-top:50px;
	width:200px;
}



div#window_left{
	position:absolute;
	margin-left:60px;
	top:50%;
	margin-top:100px;
	width:406px;
	height:52px;
	padding:35px 40px;
	background-image: url(../../img/window.png);
	background-repeat: no-repeat;
	font-size: 11px;
	background-color: transparent;
}


div#window_right{
	position:absolute;
	left:50%;
	margin-left:60px;
	top:50%;
	margin-top:100px;
	width:406px;
	height:52px;
	padding:35px 40px;
	background-image: url(../../img/window.png);
	background-repeat: no-repeat;
	font-size: 11px;
	background-color: transparent;
}

div.scroller{
	background-color: transparent;
}

div.scroller div{
	width:400px;
	background-position: center right;
	background-repeat: no-repeat;
	padding:0 20px 0 0;
}

div.scroller p{
	font-style: italic;
	text-align: justify;
	font-size:24px;
	font-weight: bold;
	background-color: transparent;
	padding:5px 0;
}




div#footer{	
	height:20px;
	position: absolute;
	bottom:0px;
	width:100%;
	line-height: 20px;
	color:#b4b4b4;	
	font-size:10px;
	text-align: right;
	background-color:#000000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	border-top:1px solid #717171;
}

div#footer span{
	padding-right: 40px;
}

div#footer span b{
	color:#ffffff;
}

/* this page declarations */	
.gnb {
width: 400px; 
margin-top:10px;
}


/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
height:40px;
width: 400px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 400px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 400px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
font-size:20px;
}

ul.newsticker li b{
display:block;
padding-right:100px;
width:400px;
text-align:left;
}
