@charset "ISO-8859-1";

<style>

body {
	background-image: url(images/BGphoto.jpg);
	background-repeat:no-repeat;
}

.centerblockabsolute {
  position: absolute;
  width: 1024px;
  height: 660px;
  left: 50%;
  top: 50%;
  margin-left: -512px;
  margin-top: -330px;
}

</style>