body{

	background-image:url();
	background-position:top center;
	background-color: white;
	background-repeat: repeat;
	background-attachment: fixed;	
	margin:0; 
	padding:0; 
	height:100%; /* this is the key! */ 
	
	font-size:70%;
	font-family: Helvetica, Courier, Arial, Tahoma, Helvetica, Sans-Serif;
}

div#wrapper{
	position:absolute;
	width: 100%;
	height:100%; 
	margin-top:0px;
}

div#container{
	width: 860px;
	height:99%; /* this is the key! */ 
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	overflow: none;
}

div#header{

	width:265px;
	height: 275px;
	float:left;
	margin-left:0px;
	
	background-color: #FFFF33;

	border: 0px solid black;
	
}

div#header img{
	margin-left:20px;
	margin-top: 20px;
	width:240px;
}


div#menu{

	width:265px;
	height: 50%;
	clear: both;
	float:left;
	background: transparent;
	
	border: 0px solid black;
	
	margin-left:0px;
	margin-top: 0px;
	
}

div#menuoption{

	width:265px;
	height: 23px;
	clear: both;
	float:left;
	background-color: #FFFF33;
	margin-top: 10px;
	text-align: right;
	padding-top: 7px;

}

div#menuoption a{

	border:0px;
	margin-right:15px;
	margin-top: 10px;
	text-decoration:none;
	color: black;
	font-size: 1.3em;

}

div#menuoptioncredits{

	width:250px;
	height: 22px;
	clear: both;
	float:left;
	background-color: #000;
	color: #FFFF33;
	margin-top: 10px;
	text-align: right;
	line-height: 1.3em;
	font-size: 0.8em;

	padding-top: 4px;
	padding-bottom: 5px;
	padding-right:15px;

}

div#menuoptioncredits a{

	border:0px;
	text-decoration:none;
	color: black;
	color: #FFFF33;


}



/****************/
/*RESULTATS MENU*/
/****************/
div#menusearch{

	width:265px;
	height: 450px;
	clear: both;
	float:left;
	background-color: #FFFF33;
	margin-top: 10px;

}

input#keys{
	margin-top: 2px;
	margin-left: 3px;
	font-size: 1em;
	border: 0px solid black;
	width: 160px;
	float:left;
}

div#inputkey{

	float: right;
	margin-top: 20px;
	margin-right: 15px;
	width: 185px;
	height: 21px;
	background: white url(../search/images/lupa.png) top left;

}

img#dot{
	border:0px;
	width:20px;
	height:20px;
	
}



div#ciutats,div#anys,div#arquitectes {

	width: 177px;
	float: right;
	
	
	position: relative;
	
	font-family: Helvetica, Courier, Arial, Tahoma, Helvetica, Sans-Serif;

	overflow: auto;

	margin-right: 15px;
	
	padding: 5px;
		
	float:right;

	background-color: #FFF;
	z-index: 1;
	
	display: none;
	text-align: right;

}

div#arquitectes{height: 150px;margin-top: -43px;}
div#anys{height: 115px;margin-top: -22px;}
div#ciutats{height: 150px;margin-top: 0px;}


div#lloc, div#any, div#autor{

	width: 185px;

	float:right;
   position: relative;

	margin-right: 15px;
	margin-top: 8px;

	text-align:left;
	text-decoration: none;
	
	font-size: 1.2em;
	border: 0px solid black;
}

div#lloc a, div#any a, div#autor a{
	text-decoration: none;
}
div#lloc a:hover, div#any a:hover, div#autor a:hover{
	color: black;
}


div.opcombo a{

	text-decoration: none;

}
