$(document).ready(function() {
	if ((screen.width>=1400))
	{
		document.getElementById("banner").style.background = "url('/images/common/bg-whole.jpg') top left no-repeat";
		document.getElementById("banner").style.height = "340px";
		document.getElementById("body-container").style.top = "-200px;";
	}
	else
	{
		document.getElementById("banner").style.background = "url('/images/common/bg-banner.jpg') top left repeat-x";
		document.getElementById("banner").style.height = "340px";
	}
});


