window.onload = function(){
	add = document.getElementById("aBlog").offsetHeight ;
	topFinal = add + 35;
	document.getElementById("logo").style.top = topFinal + "px";
}	
