
//jQuery('html').css('background', '#000');
//jQuery('body').css('display', 'none');

//var test = document.getElementsByTagName('body');
//test[0].style.background = '#000';
//test[0].style.display = 'none';
