html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:#333;
}
a {
	text-decoration:none;
	color:#333;
	border-bottom: 1px dashed #00aeef;
}
a:hover {
	border-bottom: 1px solid #00aeef;
}
img {
	border: 0;
}
#site {
	position:absolute;
}
#cont {
	width: 440px;
	position: absolute;
	top: 50%;
	left:50%;
	margin: -80px 0 0 -230px;
	font-size: 10px;
	line-height: 160%;
	text-align: center;
}
#lang {
	margin-top: 15px;
}
#pt {
	width: 399px;
	padding: 5px 20px 5px 0;
	float: left;
	text-align:right;
}
#eng {
	width: 185px;
	padding: 5px 0 5px 19px;
	text-align:left;
	float: left;
}
#contato {
	width: 100%;
	text-align: center;
	font-size:11px;
	position: absolute;
	bottom: 5px;
}
