/* CSS - Infinite Business Solutions 2008
/* --------------------------------------------------------------------------------*/
/*  

                                                                [Propriedades] */
a img{border:0;}
body, html {height:100%;}

html
{
	
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#bad337',EndColorStr='#991d1f');

}

body{
	font-family: Arial, Helvetica, sans-serif;
	color:#1c476f;
	margin:0;
	padding:0;
	background: #f1f1ef url(../imagens/bg.gif) center repeat-y; 
	
	
	
	/*background: url(../imagens/bg.gif) center repeat-y;*/
	
	
	
	}


	
/*                                                                 [/Propriedades] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                        [Global] */

#container
{
	min-height:100%;
	position:relative;
	margin: 0 auto;
	width:800px;
	background-color:#e9ecd3;	 
}


/*                                                             			 [/Global] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                     [cabeçalho] */

#header{
	width:800px;
	height:195px;

	}

/*                                                                    [/cabeçalho] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                         [corpo] */
/*
 */

#body
{
	float:left;
	width:800px;
	background:#e9ecd3;	
	padding-bottom:26px;
	}
		

/*                                                                        [/corpo] */
/* --------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------*/
/*                                                                        [rodape] */

	
#footer 
{
    float:left;
    
    /*position:absolute;    
    bottom:0px;*/
    
    width:100%;
    padding-top: 5px;
    height: 26px;   /* Height of the footer */
    background: #e5e6e8 url(../imagens/dots.gif) repeat-x top;
    /*background:#e5e6e8;*/
    /*color: #000;*/
    /*text-align: center;*/
    /*margin:1px;*/
}

/*
.clearfix {
content: ".";
display: block;
clear: both;
height: 0;
font-size:0;
visibility:hidden;
}
*/







	
/*                                                                       [/rodape] */
/* --------------------------------------------------------------------------------*/
/* CSS - Infinite Business Solutions 2008
