/* CSS Document */
body {
	background-color: #000;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../Images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
}
a
{
	color:#faa61c;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
.header {
	background-image: url(../Images/header.png);
	background-repeat: no-repeat;
	display: block;
	width: 960px;
	height: 320px;
	margin: 0 auto;
	text-indent: -9999px;
}
.main {
	margin: 0 auto;
	width: 960px;
	display: block;
	padding-top: 50px;
}
.btnRevendas {
	background-image: url(../Images/btnRevendas.png);
	background-repeat: no-repeat;
	display: block;
	width: 632px;
	height: 42px;
	margin: 0 auto;
	text-indent: -9999px;
}
.footer {
	background-image: url(../Images/footer.png);
	background-repeat: no-repeat;
	display: block;
	width: 958px;
	height: 36px;
	margin: 0 auto;
	text-indent: -9999px;
	margin-bottom:60px;
	margin-top:60px;
}
