if (screen.height >= 768 && screen.width >= 1024)
{
	// set lower on page
	document.write('<style type= "text/css">body {margin-top: 30px;  margin-left: 0px;}</style>');
}
else
{
	document.write('<style type= "text/css">body {margin-top: 0px; margin-left: 0px;}</style>');
}

