body {
	margin:0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	background-image: url(imatges/footer_pagina.gif);
	background-repeat: repeat;
	height:100%;
	text-align:center;
}
	
#Content {
	width:876px;
	}
#pagina {
	background-image: url(imatges/fons_web.gif);
	background-repeat: repeat-x;
	height:800px;
}
#lateral {
	width: 281px;
	background-color: #3300CC;
	margin-left: 28px;
	vertical-align:middle;
}
#lateral_menu {
	width: 207px;
	height: 477px;
	vertical-align:bottom;
	float:left;
}

#item_menu1 {
	background-image: url(imatges/boto1.gif);
	background-repeat: no-repeat;
}
#item_menu1:hover {
	background-image: url(imatges/boto1_on.gif);
	background-repeat: no-repeat;
}

#item_menu2 {
	background-image: url(imatges/boto2.gif);
	background-repeat: no-repeat;
}
#item_menu2:hover {
	background-image: url(imatges/boto2_on.gif);
	background-repeat: no-repeat;
}

#item_menu3 {
	background-image: url(imatges/boto3.gif);
	background-repeat: no-repeat;
}
#item_menu3:hover {
	background-image: url(imatges/boto3_on.gif);
	background-repeat: no-repeat;
}

#item_menu4 {
	background-image: url(imatges/boto4.gif);
	background-repeat: no-repeat;
}
#item_menu4:hover {
	background-image: url(imatges/boto4_on.gif);
	background-repeat: no-repeat;
}

#item_menu5 {
	background-image: url(imatges/boto5.gif);
	background-repeat: no-repeat;
}
#item_menu5:hover {
	background-image: url(imatges/boto5_on.gif);
	background-repeat: no-repeat;
}

#item_menu6 {
	background-image: url(imatges/boto6.gif);
	background-repeat: no-repeat;
}
#item_menu6:hover {
	background-image: url(imatges/boto6_on.gif);
	background-repeat: no-repeat;
}


.link_menu{
	text-decoration:none;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color: #c7b299;
}

.link_menu:hover {
	color: #FFFFFF;	
}



