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

body{
	margin:0; 
	background:#000000}
	
#topo{
    height: 192px;
	width: 760px;
	margin: 0 auto;}

#conteudo{
	height: 273px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;}

#borda_esquerda{
	height: 273px;
	width: 41px;
	float: left;}	

#texto_index{
	float: left;
	height: 273px;
	width: 249px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;}

#texto_index a{
	color:#FFFFFF;}
	
#desk_anim{
	float: left;
	height: 273px;
	width: 429px;}
	
#rodape{
	height: 20px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 14px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../imgs/bg_rodape.jpg);}

a{
	text-decoration:none;}

a:link{	
	text-decoration:none;
	color: #FFFFFF;}

a:active{
	text-decoration:none;
	color: #FFFFFF;}

a:visited{
	text-decoration:none;
	color: #FFFFFF;}

a:hover{
	text-decoration:underline;
	color: #FFFFFF;}
