/* CSS - Infinite Business Solutions 2008
/* --------------------------------------------------------------------------------*/
/*                                                                  [Propriedades] */
body, html {height:100%;}

a img{border:0;}

body{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #e5e5e5 url(../imagens/bg.gif) repeat-x;
	}
	
/*                                                                 [/Propriedades] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                        [Global] */

.divglobal{
	margin: 0 auto;
	width:662px;
	height:auto;
	background-color:#FFFFFF;
}

/*                                                             			 [/Global] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                     [cabeçalho] */

.divheader{
	width:662;
	height:101px;
	background:#a80532 url(../imagens/headerbg.gif) repeat-x bottom;
	clear:right;
	}

/*                                                                    [/cabeçalho] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                         [corpo] */

.divbody{
	width:662;
	height:25%; /*valor temporario*/
	background:#fff;
	clear:right;
	}

/*                                                                        [/corpo] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                        [rodape] */

.divrodape{
	width:662;
	height:26px;
	background:#a80532;
	}
	
/*                                                                       [/rodape] */
/* --------------------------------------------------------------------------------*/
/* CSS - Infinite Business Solutions 2008
