@charset "utf-8";

body {
	background-color: #003768;
	margin: 0px;
	padding: 0px;
}

#conteiner_gate {
	height: 500px;
	width: 500px;
	margin-top: 20px;
	margin-left: auto;
	border: 2px solid #CAA535;
	margin-right: auto;
}
#welcome {
	height: 30px;
	width: 500px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#welcome  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px solid #003768;
}

#welcome  a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CAA535;
	font-style: normal;
	font-weight: normal;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
