window.onload = bb;
window.onresize = bb;

function bb(){

	var c = document.body.clientWidth;
	document.getElementById('menu').style.margin = (c > 1024 ? "65px 0 0 0" : "65px 0 0 30px");

}



