							/* --------------------------------------------FUNDO BODY--------------------------------------------*/	
						
						body {
						
						margin-left: 0px;
						margin-top: 0px;
						margin-right: 0px;
						margin-bottom: 0px;
							background: url('bg.png') bottom right no-repeat fixed;
							background-size:70%
 						}
							::-webkit-scrollbar         { width:5px; background: #ddd }
							::-webkit-scrollbar-track   { background: #888;  }
							::-webkit-scrollbar-thumb   { background: #000;  }
							
					
 						/* --------------------------------------------LINK BODY --------------------------------------------*/	
						
						
						 .home{
							background: url('home.png') top center no-repeat;
							height:5469px;	
							position: relative;
 						 }
						 
						 .header{
							position: fixed; 
							top:-100px;
							transition: all 1s;
							width:100%;
							height:70px;
							background: url('header.png') top center no-repeat;
							box-shadow: 0 0 10px #ccc;
						 }
 
						 .whats{
							position: fixed; 
							bottom:30px;
							right:50px;
							transition: all 1s;
							width:50px;
							height:50px;
							background: url('whats.png') top center no-repeat;
							background-size:cover;
							border-radius:100%;
							border: solid 5px #fff;
							box-shadow:0 0 20px #ccc;
						 }
						 
					 
						 
						 
						 
						 
						 
						 
						 
						 
						