var width = screen.width; 
if (width>=1280) {document.writeln('<style type="text/css">#page{top: 96px;}</style>') } 
else { 
	if (width>=1152) {document.writeln('<style type="text/css">#page{top: 48px;}</style>') } 
	else {document.writeln('<style type="text/css">#page{top: 16px;}</style>') }
}