body{
	background-color:#e7ba93;
	background-image:url(images/padraoFundoBody.gif);
	background-repeat:repeat;
	margin:0;
	padding:0;
}

.global{
	width:800px;
	margin:0 auto;
	padding:0px;
}

a{
	color: #FFDBA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #FFDBA9;
}

a:visited{
	color: #52110D;
	text-decoration: none;
}

img{
	border:none;
}

.header{ 
	width:800px;
	height:300px;
	float:left;
	background-image:url(images/bannerHome.jpg);
}

.playerHome{
	width:180px;
	height:180px;
	float:right;
	margin:5px;
	margin-top:60px;
}

.content{
	width:800px;
	background:url(images/bgContent.gif) repeat-y;
	margin:0px;
	float:left;
	padding:0px;
	padding-bottom:10px;
}

.boxesHome{
	width:795px;
	height:185px;
	float:left;
	padding:0px;
	margin:0px;	
	position: relative;
}

.bgTxtHome{
	background:url(images/bgBoxHome.jpg) no-repeat;
	width:795px;
	height:125px;
	float:left;
	padding:0px;
	margin-left:5px;
	_margin-left:0px; /* Hack IE 6 */
}

.boxesHome span h2{
	text-indent:-8000px;
	float:left;
	margin:0px;
	padding:0px;
	font-size:10px;
	}

.ttBox{
	margin:0px;
	padding:0px;
	margin-left:18px;
} 

.ftBoxes{
	margin-top:15px;
	margin-left:20px;
	float:left;
	margin-right:10px;
	padding:0px;
}

.txtBoxesHome{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:14px;
	color:#fff;
	margin-top:21px; /* Era de 25px */
}

a.arrow{
	float:right;
	margin-right:15px;
	background:url(images/flecha.gif) no-repeat;
	width:75px;
	height:35px;
	position: absolute;
	right: 0;
	bottom: 20px;
}

a.arrow:hover {
     background:url(images/flechaContinuar.gif) no-repeat;
}

.footer{
	background:url(images/bgFooter.jpg);
	width:800px;
	height:82px;
	float:left;
}
