body {
	background-color: #388235;
	background-image: url(../intro/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	background-image: url(../intro/logo.jpg);
	height: 227px;
}
.entrar {
	height: 67px;
}
.dire {
	background-image: url(../intro/dire.jpg);
	height: 123px;
}
.text {
	padding-top: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
	text-decoration: none;
}
