* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	font: 70% Arial, Helvetica, sans-serif;
	text-align: left;
	background: url(/images/intro_fundo.jpg) center -5px no-repeat;
	color: #000;
	}

#container {
	width: 930px;
	margin: 150px auto 0 auto;
	}
	
#main_header {
	height: 24px;
	background: url(/images/intro_main_header.gif) no-repeat;
	}
	
#main {
	height: 446px;
	background: url(/images/intro_main_main.jpg) no-repeat;
	}

	#main_container {
	Position: relative;
	width: 900px;
	height: 446px;
	margin: 0 auto;
	}

	img#logo {
	float: left;
	display: inline;
	padding: 20px 0 36px 35px;
	}

	a#entrar {
	float: right;
	width: 115px;
	height: 40px;
	margin-top: 45px;
	background: url(/images/intro_entrar.gif) top center no-repeat;
	text-indent: -9999px;
	}

		a#entrar:hover {
		background: url(/images/intro_entrar.gif) bottom center no-repeat;
		}

#marcas {
	clear: both;
	width: 900px;
	height: 237px;
	margin-top: 5px;
	}

	#marcas .box {
	float: left;
	width: 150px;
	height: 237px;
	border: 0;
	position:relative;
	overflow: hidden;
	}
	
	#marcas .box img {
	position: absolute;
	}

#main_footer {
	height: 25px;
	background: url(/images/intro_main_footer.gif) no-repeat;
	}	