html,body
{
	margin:0; 
	padding: 0;
	
}
body
{
	font-family: arial,sans-serif; 
	font-size: 76%;
	background-color: #FFFFFF;
	
}

a:link{font-family:Verdana;  font-size:10px;color: #99AAC9;text-decoration:none; font-variant:normal; font-weight:bold;}
a:visited{font-family:Verdana;font-size:10px;color: #99AAC9;text-decoration:none; font-variant:normal; font-weight:bold;}
a:hover{font-family:Verdana;font-size:10x;color: #99AAC9;text-decoration:none; font-variant:normal; font-weight:bold;}



div#first_layer
{ 
	width: 960px;
	height:364px;
	position: relative;
	margin: 0 auto;
	top: 50px;
	z-index: 1000px;
	background-image: url("/cdn/images/fl.png");
	background-repeat: no-repeat; 
	background-position: center center;
	
}

div#first_layer_gallery
{ 
	width: 960px;
	height:364px;
	position: relative;
	margin: 0 auto;
	top: 50px;
	z-index: 1000px;
	background-image: url("/cdn/images/romeBkg.png");
	background-repeat: no-repeat; 
	background-position: center center;
	
}

div#container
{ 
	
	margin: 0 auto;
	background-color: FFFFFF;
	background-image: url("/cdn/images/strip.png");
	background-repeat: no-repeat; 
	background-position: right top;
}

div#label
{ 
	
	width: 122px;
	height:120px;
	float:left;
	position: relative;
	background-color:#FFFFFF;
	top: 0px;
	left:0px;
	z-index: 5000;
	background-image: url("/cdn/images/labelBkg.png");
	background-repeat: no-repeat; 
	background-position: center center;
	
}

.searchBox{
  background-image:url('/cdn/images/magnifying-glass.gif');
  background-repeat:no-repeat;
  padding-left:20px;
  border: 1px solid #CACACA;
} 
div#header
{
	min-height:50px;
	width: 960px;
}
div#gray_stripe
{
	
	background-color: #F2F2F2;
	height: 27px;
}


div#white_stripe
{
	
	
	background-color: #FFFFFF;
	
	height: 35px;
}

div#navigation
{
	/** 
	height:245px;
	background-color:#C7B09E; 
	**/
	height: 435px;
	background-image: url('http://www.melodysuite.com/cdn/landing/images/bg-top.jpg');
	background-repeat: no-repeat;
	background-position: top center;

}
div#content
{
	
	width:960px;
	/** margin-top:200px; **/
	margin-top:20px;
	margin-bottom:35px;
	background-color: #FFFFFF;
}

div#dove_siamo
{
	width:960px;
	margin-top:20px;
	margin-bottom: 35px;
	background-color: #FFFFFF;
	
}


div#imageBanner 
{
	/* height:256px;
	background-image: url("/cdn/images/banner.png");
	background-repeat: no-repeat; 
	background-position: center center; */
	width: 100%;
	margin-bottom: 35px;
	
}

div#footer
{
	min-height:256px;
	background-color:#1c1c1c;
}