/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

html, body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	overflow-x: hidden;
	background:url(/images/background.jpg) repeat-x;
	overflow-y: auto;
}

 * {
     margin: 0;
 }

 html, body {
     height: 100%;
 }
/***************/
/* index index */
/***************/

 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -124px;
 }
 .push {
     height: 124px;
	
 }

.footer {
	text-align: right;
	margin-top:-30px;
	 height: 124px;
	 position:relative;
	 background:url(/images/footer.png) no-repeat bottom;
	 _background: none;
	 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/footer.png",sizingMethod="scale");
}
#logo {
	position:absolute;
	bottom:10px;
	right:10px;
	width: 114px;
	height: 42px;
	background:url(/images/logo.png) no-repeat;
	 _background: none;
	 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png",sizingMethod="crop");
}


#NutriciaFlashContainer {
	left:50%;
	margin:0 -850px;
	position:relative;
	width:1700px;
	outline: none;
	zoom: 1;
}

#NutriciaFlash
{
	margin-top:20px;
	margin-bottom:-70px;
	outline: none;
	zoom: 1;
	position: relative;
	z-index: 1;
}

.info {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

