<!--
html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	overflow:auto;
	text-align:center; 
	/*vertical-align:middle;*/
}

#container{
	position:relative;
	width:100%;
	min-height:100%;
}

#flashcontent {
	position:relative;
	/*left:50%;*/
	/*margin-left:-640px;*/
	width:100%;
}



/*=========================================================================================*/
/*                                                                                         */
/*=========================================================================================*/
	#container_footer{
		position:relative;
		width:100%;
		height:100px;
		/*background:url(../images/fundo_footer.jpg) no-repeat top center;*/
	}
	#footer_flash{
		/*_margin-top:50px;
		*margin-top:140px;
		position:relative;
		left:50%;
		margin-left:-500px;
		_left:0;
		_margin-left:0;
		width:1000px;*/
		width:100%;
		height:100px;
		background:url(../images/footer_fundo.jpg) repeat-x;
	}
		#footer_container{
			width:1000px;
			height:100px;
			margin:0 auto;
		}
			#footer_fale_conosco{
				float:left;
				width:160px;
				height:92px;
				padding-top:8px;
			}
			#footer_logo_ajinomoto{
				float:left;
				width:680px;
				height:100px;
				text-align:center;
			}
				.copyright{
					font-family:Tahoma;
					font-size:10px;
					color:#6e6861;
					line-height:16px;
				}
				.links_rodape{
					font-family:Tahoma;
					font-size:10px;
					color:#6e6861;
					line-height:16px;
				}
				.texto_link{
					color:#6e6861;
					text-decoration:underline;
				}
			#footer_produtos_ajinomoto{
				float:left;
				width:160px;
				height:100px;
			}
				#footer_produtos_link{
					width:142px;
					height:71px;
					margin-top:15px;
				}
				#footer_link_ever{
        			width:168px;
        			margin-top:20px;
        			text-align:right;
        			font:10px Tahoma;
        			color:#6e6861;
				}
					.link_evermedia{
						text-decoration:none;
						color:#6e6861;
					}
/*=========================================================================================*/
/*                                                                                         */
/*=========================================================================================*/
-->