@charset "utf-8";

html, body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

* {
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: none;
}


div.boxLayout {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute; 
}

.linkFlash {
	width: 400px;
	height: 200px;
	font-size: 10px;
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -200px;
	margin-top: -100px;
}

.linkFlash img {
	width: 166px;
	height: 47px;
}

.linkFlash p.PT, .linkFlash p.EN {
	line-height: 115%;
	margin: 15px 0 15px 8px;
	width: auto;
}

.linkFlash p.PT {
	color: #333;
}

.linkFlash p.EN {
	color: #999;
}

div.boxFooter {
	height: 30px;
	line-height: 30px;
	font-size: 9px;
	color: #999;
	text-align: center;
}

