*{
	font-family: Verdana, Geneva, sans-serif;
	font-size  : 12px;
}

a{
	color		   : #751111;
	text-decoration: none;
	font-weight	   : bold;
}

body{
	background-color: #E0DACA;
}
		
img{
	border: 0;
}

#flags, #main, #footer{
	width : 880px;
	margin: 0 auto;
}

#content{
	overflow: hidden;
	height  : 401px;
}

#enter{
	z-index		 : 99;
	color		 : #FFF;
	top			 : 375px;
	text-align	 : right;
	padding-right: 20px;
	position  	 : relative;
}
#enter a{
	color		   : #FFF;
	text-decoration: none;
	font-weight	   : bold;
}
#enter a:hover{
	color: #666;
}

#flags ul{
	text-align     : right;
	padding		   : 0;
	margin		   : 0;
	list-style-type: none;
}
#flags ul li{
	display    : inline;
	margin-left: 5px;
}

#footer{
	margin-top: 5px;
	overflow: hidden;
}
#footer div{
	height	   : 27px;
	line-height: 27px;
	font-size  : 11px;
	color	   : #666666;
}
#footer #center{
	text-align: center;
}
#footer #left{
	float: left;
	width: 33%;
}
#footer #right{
	float	  : right;
	width	  : 33%;
	text-align: right;
}
		
#images-box{
	z-index			   : 99;
	position		   : absolute;
	visibility		   : hidden;
	width			   : 0%;
	height			   : 240px; /*186px;*/
	border			   : 1px solid #A4A4A4;
	margin-left		   : 470px; /*530px;*/
	margin-top		   : 130px;
	background-image   : url(trans-bg_chiara.png);
	background-position: top left;
	background-repeat  : repeat;
}
#images-box #images-wrapper{
	/*margin : 40px 30px;*/
	margin: 30px;
	display: none;
}
		
#images-wrapper #first{
	margin-right: 70px;
}
		
#main{
	margin-top		: 5px;
	height			: 502px;
	background-color: #000;
	overflow		: hidden;
}
				
#red-stripe{
	background-color: #751111;
	height	  		: 95px;
	margin-top		: 7px;
	width	  		: 0%;
}
#red-stripe #official-sign{
	float	   : left;
	color	   : #FFF;
	margin-left: 10px;
	margin-top : 25px;
	display	   : none;
}
#red-stripe #title{
	font-size     : 28px;
	float		  : right;
	color		  : #FFF;
	margin-top	  : 19px;
	margin-right  : 10px;
	text-transform: uppercase;
	display		  : none;
}

#track{
	display	   : none;
	margin-left: -999px;
	position   : absolute;
	top		   : 0;
}
				
.bg-image{
	z-index : 1;
	position: absolute;
	top		: 40px;
	display : none;
}