#wrap {
	width: 100%;
    height: 600px;
    margin-left: -50%; /* metade da largura */
    margin-top: -300px; /* metade da altura */
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
}

#top {
	height: 100px;
	background-image: url('../imgs/bg.png');

}

#midle {
	height: 400px;
	background-color: #2a6369;
}

#footer {
	height: 100px;
	background-image: url('../imgs/bg.png');
}

.central {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

.logo {
	margin-top: 18px;
}

.posixbrasil {
	margin-top: 34px;
}

.tlevel {
	margin-top: 34px;
	float: right;;
}

.txt {
	color: #fff;
	padding-top: 140px;
}

.txt h1 {
	font-size: 42px;
	font-family: Century Gothic,arial,sans-serif;
	padding-bottom: 18px;
}

.txt h4 {
	font-size: 18px;
	font-family: Century Gothic,arial,sans-serif;
	padding-bottom: 35px;
}