/* CSS - Infinite Business Solutions 2008
/* --------------------------------------------------------------------------------*/
/*                                                                  [Propriedades] */
body, html {height:100%;}

a img{border:0;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	}
	
/*                                                                 [/Propriedades] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                     [cabeçalho] */

.DivHeader{
	width:894px;
	height:200px;
	clear:right;
	}

/*                                                                    [/cabeçalho] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                         [corpo] */

.DivGlobal{
	margin: 0 auto;
	width:925px;
	height:auto;
	background:#FFF url(images/bg_dvg.gif) repeat-y;
	}

.DivContentPai{
	float:left;
	margin-left:8px;
	width:894px;
	height:auto;
	}

.DivContent{
	float:left;
	width:894px;
	height:auto;
	background: url(images/bg_dvcont.gif) repeat-y;
	}

/*                                                                        [/corpo] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                        [rodape] */

.DivRodape{
	clear:left;
	margin: 0 auto;
	width:894px;
	height:31px;
	background:#3f3e41 url(images/bg_footer.gif) repeat-x;
	}
	
/*                                                                       [/rodape] */
/* --------------------------------------------------------------------------------*/
/* CSS - Infinite Business Solutions 2008