#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	top: -32px;
}


.panel_button {
	float: right;
	position: relative;
	margin-right: 110px;
	top: 0px;
	width: 119px;
	height: 14px;
	/*background: url(../images/area-riservata.gif) no-repeat;*/
	z-index: 20;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #333;
	font-size: .7em;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
}
.panel_button a:hover {
	color: #cc0000;
	border-bottom: 1px solid #fff;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 100%;
	right: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 100%;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	color: #fff;
	background: #cc0000;
}
#panel a{
	color: #fff;
}

#panel_contents {
	background: #cc0000;
/*	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;*/
	height: 100%;
	width: 100%;
	position: absolute;
	padding-top: 20px;
	z-index: -1;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}



