body,html {
	height: 100%;
}
form {
	margin: 0;
}
img {
	border: none;
}

#contato {
	width: 713px;
	height: 210px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -257px;
	margin-top: -90px;
	z-index: 99;
	display: none;
}

#cadastro {
	width: 713px;
	height: 210px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -257px;
	margin-top: -90px;
	z-index: 99;
	display: none;
}