@charset "iso-8859-1";

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	background: #000 url(../img/bg.jpg) top no-repeat;
}
#geral {
	width: 1000px;
	margin: auto;
}
#logo {
	position: absolute;
	width: 290px;
	height: 275px;
	margin-left: -137px;
	left: 50%;
}
#nacionais {
	width: 450px;
	height: 450px;
	float: left;
	text-align: center;
}
#importados {
	width: 450px;
	height: 450px;
	float: right;
	text-align: center;
}

