
if (screen.width>800)
{
	outer.style.width="800px";
	outer.style.padding="10px 0px";
}
else{
	outer.style.width="778px";
	outer.style.padding="1px 1px";
}
