jQuery(document).ready(
	function() {
		jQuery('HTML').css('background-color', '#000');
	}
);