
#siteIntro .siteAlign{
	width: 100%;
	min-width: 900px;
	max-width: 1400px;
}

h1{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -218px;
	margin-left: -168px;
	z-index: 1;
	background: none;
}

.metade{
	position: relative;
	float: left;
	width: 50%;
	height: 900px;
	min-height: 640px;
	overflow: hidden;
}
.metade img{
	position: relative;
	z-index: 0;
	left: 50%;
	top: 50%;
	
	width: 700px;
	height: 900px;
	margin-top: -450px;
	margin-left: -350px;
}

.meio{
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 260px;
	height: 412px;
	margin-left: -130px;
	background: url(img/intro_placa.png) no-repeat 0 0;
}
.meio img{
	display: block;
	width: 181px;
	height: 284px;
	margin: 31px 0 0 44px;
}





/*********************************************
					LINKS
*********************************************/
.links{
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 50%;
	padding-right: 10px;
	margin-left: 425px;
	text-align: right;
}
.links img{
	position: absolute;
	top: -15px;
	right: 5px;
}
.links .icn_facebook{
	margin-top: 3px;
	margin-left: 8px;
}
