$(document).ready(function(){
	$("body").css("background","none");
        $("body").css("background-color","#d3f1fc");
})


