table#main{
	width: 100%;
	height: 100%;
}
table#main td{
	vertical-align: middle;
	text-align: center;
}

div#wrapper{
	position: relative;
	width: 972px;
	height: 578px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.en_US div#wrapper {
	background: url(../images/background_en_US.png) no-repeat;
}
.pt_BR div#wrapper {
	background: url(../images/background_pt_BR.png) no-repeat;
}

div#email {
  height: 58px;
  width: 281px;
  position: relative;
  top: 373px;
  left: 496px;
}
div#email.en_US {
  background: url(../images/email_en_US.png) no-repeat;
}
div#email.pt_BR {
  background: url(../images/email_pt_BR.png) no-repeat;
}
