// JavaScript Document

$(document).ready(function(){
	if(screen.width<=1024)
		$('head').append('<style type="text/css">'+
			'#background,#wrapper{width:1003px; padding:0 0 0 0}'+
		'</style>');
});


