
function resize() {

   if (screen.width==800||screen.height==600){
		document.getElementById('content').style.marginTop = 0;
		
	}

}