body{ margin: 0px;
		background-image: url(imatges/fons-inici2.gif); background-position: center; background-repeat: no-repeat; background-attachment: fixed;}
#base{
  /*border: 2px solid #97DBF2;*/
  border: 1px solid #000000;
  position:absolute;
  left:-10px; top:20px;
  width:785px; height:517px;
  z-index: 2;
  background-color: White;	
}	
#base_sombra{
  background-color: Black;
filter: alpha(opacity=30); opacity: .3;
  position:absolute;
  left:-2px; top:28px;
  width:785px; height:517px;
  z-index: 1;
}	
#menu{
	 position: absolute; 
	 left: 0px; top:0px; 
	 background-color: #ffffff;
}
#top{
	 position: absolute; 
	 left: 144px; top:0px; 
	 background-color: #ffffff;
	 width: 641px;
}
.img_top{position: relative ; top: -10px;}
#logo_bottom{
	 position: absolute; 
	 left: 0px; bottom: 0px; 
	 background-color: #ffffff;
}
#contenido{
 	 overflow: auto;
	 position: absolute; 
	 left: 144px; top:110px; 
	 width: 600px; height: 365px; 
	 padding:15px; 
	 border: 2px solid #DCE4EF ;
	 background-color: #ffffff;
}
	