$(document).ready(function() {
 bgBottomHeight = $('.content').css('height');
 bgBottomHeight = bgBottomHeight.replace('px','');
 bgBottomHeight = bgBottomHeight - 380;
 
 $('.bg_bottom').css('marginTop',bgBottomHeight+"px");
 $('.bg_bottom').css('zIndex',"-10");
});
