#container0{
margin: 0 auto;
width: 735px;
background: pink;
}
#container {
	width: 737;
	height: 430px;
	margin: 50px auto;
	/* background-image: url( ***GENERIC*** ); */
	background-repeat: no-repeat;
	background-position: 75px 30px;
	position: absolute;
}

#mainmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:0;
	position: absolute;
	left: 75px;
	top: 412px;
}

#mainmenu li a{
	float: left;
	display:block;
	margin:0 1em 0 0em;
}

#mainmenu li a:hover {
	border:1px solid #333;
	border-width: 0 0 1px 0;
}

#mainmenu li a.selected {
	border:1px solid #333;
	border-width: 0 0 1px 0;
}

#content, #content_contact{
	position: absolute;
	top: 9em;
	right: 10em;
	width: 240px;
	height: 270px;
	border-width: 0;
	margin: 0;
}

div#content{
	top: 12em;
}

#content_contact{
	top: 10em;
}

#leyenda {
	position: absolute;
	top: 380px;		
	right: 10em;
	border: 1px solid #D4D4D4;
	border-width: 1px 0 0 0;
	padding: 5px 0px 0px 10px;
	margin-right:20px;
}