body {
	/*background-image:url("../gfx/T2-A.png");
  background-repeat: no-repeat;
  background-size: auto;*/
	background: transparent; 
}

@font-face {
  font-family: paco;
  src: url("../font/Paco.otf");
}

#container {
    position: absolute;
    top: 0px;
    left: -3px;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.messageA {
	position: absolute;
	width: 600px;
	height: 160px;
	color: #FFFFFF;
	text-align: center;
	font-family: paco;
	font-size: 21pt;
	line-height: 1.2;
	display: table;
}

.boxA1 {
	top: 0px;
	left: 1472px;
}

.boxA2 {
	top: 160px;
	left: -448px;
}

.boxA3 {
	top: 160px;
	left: 1645px;
}

.boxA4 {
	top: 320px;
	left: -275px;
}

.messageB {
	position: absolute;
	width: 520px;
	height: 224px;
	color: #FFFFFF;
	text-align: center;
	font-family: paco;
	font-size: 21pt;
	line-height: 1.2;
	display: table;
}

.boxB1 {
	top: 0px;
	left: 1120px;
}

.boxB2 {
	top: 224px;
	left: -288px;
}

.messageContainer {
	display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
	transition: opacity 0.5s;
}

.show {
	opacity: 1;
}
