body {
	background: #FFFFFF;
	color: #528DC8;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
	text-align:center;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #528DC8;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: none;
}
#header {
	width: 100%;
	margin-top: 20px;
}

/* Content */

#content {
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.pt {
	height: 40px;
	text-transform: uppercase;
	font-weight: normal;
}
.jp {
	height: 40px;
	font-weight: normal;
}
#flags {
	margin-left:auto;
	margin-right:auto;
	width: 200px;
	height: 250px;	
}
#pt {
	float:right;
	text-align:center;
}
#jp {
	float:left;
	text-align:center;
}
#Brazilian-Visa {
	color:#666666;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align:left;
	font-size:11px;
}

/* Footer */
#footer {
	width: 100%;
	color:#666666;
}

#footer p {
	text-align: center;
	font-size: smaller;
}

