newPage(200, 200)

factor = .75

rectWidth = width()*factor
xx = width()/2 - rectWidth/2
yy = 0
rect(xx, yy, rectWidth, height())
