/* @override http://www.blackbutton.it/style.css */

/*  /////////  STRUTTURA ///////////  */
html,body,#bg,#bg table,#bg td { width:100%; height:100%; overflow:hidden; margin:0; padding:0; }


BODY {
	margin:0px;
	padding:0px;
	font-family: arial, helvetica, sans;
	font-size:0.72em;
	line-height:1.25em;
	}



#container {
	width: 100%;
	height: 100%;
	position: absolute;
}

#logo1{
	height: 350px;
	width: 228px;
	margin: 80px 0 0 60px;
}

/* ///////////  END STRUTTURA ///////// */





/* IMAGE BACKGROUND  */
#bg div{
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	z-index:-1;
}

#bg td{
	vertical-align: middle;
	text-align: center;
	z-index:-1;
}

#bg img{
	background : url(<?php echo $imagearray[$imagenum];?>) #FFFFFF repeat;
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	z-index:-1;
}
/* END IMAGE BACKGROUND  */