@charset "utf-8";
/* CSS Document */

#photoholder {
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	background-position: 50% 50%;
}
#thephoto {
  width:100%;
  height:100%;
}

.photoholder {
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#thetext {
  width:100%;
  height:100%;
}
