@charset "utf-8";
/* CSS Document */

#topo {
	height: 200px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imgs/testetopo.jpg);
	background-repeat: no-repeat;
}
#logo {
	height: 170px;
	width: 300px;
	position: relative;
	z-index: 2;
	left: 30px;
	top: 20px;
}
#flags1 {
	background-color: #FF0000;
	float: right;
	height: 17px;
	width: 27px;
	margin-right: 50px;
}
#flags2 {
	background-color: #FF0000;
	float: right;
	height: 17px;
	width: 27px;
	margin-right: 50px;
}
