/*
	Studio GALASSO CSS
	Autore: Marco Revello
	Versione: 0.1
	Azienda: CTWEB SERVICE
	URL: http://www.ctwebservice.net
*/

@import url(font.css);
@import url(photos.css);
@import url(yellow.css);
@import url(colorbox.css);

* {
	padding: 0;
	margin: 0
}
body {
   padding:0;margin:0;
	background-color:#000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFF;
	text-align: center;
	/*height: auto !important;  /* per i browser moderni */
   /*height: 100%;      /* per IE5.x e IE6 */
   /*min-height: 100%;  /* per i browser moderni */
	background-position: inherit;
}
#main{
	width:955px;height:100%;
}
#blocco-home{width:955px;height:508px;margin:0 auto;padding:0;	position:absolute; 
 background:url('../img/bg-blocco-home.jpg') bottom left no-repeat;
	top: 50%;  
	left: 50%;  
	margin: -254px 0 0 -477px;}
#blocco-h-sx{width:145px;float:left;vertical-align:bottom;}
#blocco-h-dx{width:700px;float:right;position:relative;padding:0 0 4px 0; display: inline; margin:17px;}
#menu-home{
	width:700px;height:398px;float:right;margin:63px 48px 0 0;
}
