@charset "utf-8";
/* CSS Document */

body{
background: #FFFFFF ;
}

#canvas{
	width:948px;
	background:#333333;
	margin:auto auto;
}

#footer{
width:400px; 
margin-top:50px;
margin-right:40px;
margin-bottom:0px;
text-align:right;
float:right;

}

.texto_laranja{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FF9900;
	text-align:right;
}

.texto_branco{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333;
	text-align:right;
	letter-spacing: 1px;
	word-spacing: normal;
}

.cinza{
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#333333;
text-align:right;
}

