var d = document;
	if (screen.width == 1152){
		document.write("<style>body { margin-top: 15%; }</style>");
	} 
	else if (screen.width == 1024) {
		document.write("<style>body{ margin-top: 14%; }</style>");
	}
	else if (screen.width == 1280) {
		document.write("<style>body { margin-top: 16%; }</style>");
	}
	else if (screen.width == 800) {
		document.write("<style>body { margin-top: 8%; }</style>");
	}