var horPos = 0;
var vertPos = 0;

function findPos(){
	horPos = screen.width / 2 - 375;
	vertPos = screen.height / 2 - 225;
}