/* Estilo CSS Guest Brazil*/

body {
	width: 100%;
	margin: 0 ;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	background: url(imagens/fundo-index.jpg) no-repeat;
}

.site { /* NÃO ESTÁ FAZENDO NADA*/
	margin: 0 auto;
}

.cabecalho {
	float: left;
	width: 490px;
	height: 580px;
	margin-top: 120px;
	margin-left: 150px;
}

.menu
{
	background: url(imagens/logo-guestbrazil-index.jpg) no-repeat;
	width: 300px;
	height: 180px;
	float: left;
	margin-top: 500px;
	margin-left: 10%;
}

.style1
{
	color: #FFCE2B;
}
.style1 a
{
	color: #FFCE2B;
	text-decoration: none;
}

.style2
{
	color: #FFA835;
}
.style2 a
{
	color: #FFA835;
	text-decoration: none;
}

.items
{
	font-size: 16px;
	margin-top: 7px;
	margin-left: 85px;
}
