



/* Custom JS */

$(function(){

$('.wrapper').css('min-height', ($(document).height())-85+'px');

$(".header li:last").css("border", "0");



});
