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

	background: transparent !important;
	/* background: gray; */
}

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

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

.brand {
	color: rgba(255, 255, 255, 255);
	font-family: paco;
	/* font-size: 21pt; */
	font-size: 48pt;
	line-height: 1.2;
}

.messageA {
	position: absolute;
	width: 600px;
	height: 160px;
	text-align: center;
	display: table;
}

.messageFameA {
	position: absolute;
	width: 100%;
	height: 160px;
	text-align: center;
	display: table;
}

.centered {
	width: 100%;
	position: relative;
	
	/* Firefox */
	left: -moz-calc(-50%);
	/* WebKit */
	left: -webkit-calc(-50%);
	/* Opera */
	left: -o-calc(-50%);
	/* Standard */
	left: calc(-50%);
}

.boxFameA1 {
	top: 160px;
	left: 900px;
}

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

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

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

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

.messageB {
	position: absolute;
	width: 1200px;
	height: 224px;
	text-align: center;
	display: table;
}

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

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

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

.show {
	opacity: 1;
}