BODY {
	border-spacing:10;
	font-family:'comic Sans MS';
	color:#3d0812;
	background-image:url(./cad2.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;
  width: 1000px;
}

.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: 146px;
}

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

.center-top {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(0, -100%);
}

.center {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.container {
	width: 1100px;
	height: 800px;
	
	
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
  	
	margin: auto;
}

    

