BODY {
	border-spacing:10;
	font-family:'comic Sans MS';
	color:#3d0812;
	background-image:url(./collage_front.jpg);
	background-repeat:repeat;
	background-position:center;
      background-color:#a398a6;
	background-attachment:fixed;
  margin: 0%;

}
DIV {
	text-align:center;
}

TR {
	text-align:center;
}

TABLE {
	border-spacing:0;
}

.container {
  position: relative;
  text-align: center;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 88px;
  right: 140px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}