@import url("style.css");
	

	/*///////////// HORIZONTAL NAVIGATION ////////////*/ 
	
	div#topmenu{
		width : 96%;
	}
	

	
/*/////////////// ONLINE CONVERSION ////////////*/

	#online_conversion{
		position : absolute;
		z-index:2;
		top : 2.85em;
		left : 35%;
		right : 0;
		bottom : 0;
		padding-bottom : 1em;
		overflow : auto;
	}
		

/*/////////////// CONVERSION FACTORS ////////////*/

	#conversion_factors{
		position : absolute;
		z-index:2;
		top : 2.85em;
		left : 35%;
		right : 0;
		bottom : 0;
		padding-bottom : 1em;
		overflow : auto;
	}
		

/*///////////// INFO LINK + BOX (tooltip) ////////////*/ 
	
	a.info{
		float : left;
		width : 10px; 
		padding : 0px  4px;
	}

	/*///////////// BASIC CONTENT ////////////*/ 
	
	div#content{
		position : absolute;
		z-index : 3;
		top : 2.85em;
		left : 35%;
		right : 0;
		bottom : 0;
		padding-bottom : 1em;
		overflow : auto;
	}	
	
