$(document).ready(function(){
	$('#BGBottomLeft').css('top', $('#Container').height()-$('#BGBottomLeft').height()+'px');
	$('#BGBottomRight').css('top', $('#Container').height()-$('#BGBottomRight').height()+'px');
});
