


$(function() {
	$('#userAgent').html(navigator.userAgent);
	$('#body-container').gradient({
		from: 'CCCCFF',
		to: 'CCCCCC',
		direction: 'horizontal'
	});
});