@charset "iso-8859-1";
/* elementi generali */
html, body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color: #000000;
}

a {
	color: #FF0099;
	text-decoration: none;
}


/* struttura pagina */
.general{
	width:955px;
	height:650px;
	margin:10px auto 0 auto;
	text-align:justify;
}
.generalhome{
	width:700px;
	margin:30px auto 0 auto;
	text-align:justify;
}

.container{
	margin:15px;
}
.header{
	height:20px;
}
.gallery{
	width:800px;
	margin:50px auto 0 auto;
	text-align:justify;
}
.menu{
	position:absolute;
	height:580px;
	left:201px;
	top:45px;
}
.footer{
	position:absolute;
	left:201px;
	top:550px;
}
.btform_off, .btform {
		width:100px;
		height:26px;
		color:#FFF;
		font-weight:bold;
		font-size:12px;
		font-family:Arial;
		padding:2px 5px;
		background:url(img/button_long.gif) no-repeat left top;
		cursor:pointer;
		border:none;
	}
  
	.btform_off {color: #FF0099;} 
	
	