$(document).ready(function() {
    if ($('#controlPanel').size() == 1) {
        $('body').css('backgroundPosition', 'center 36px');
    }
});
