$(document).ready(function(){
	
/*scroll*/
	
	$("#navcontainer").css("width", "100%");
	$("#navcontainer").append($("#header").clone());
});
