html,
body
{
	height: 100%;
}

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

#index_header
{
   background:transparent;
}

#index_body
{
	padding-bottom:193px;   /* height of catinas footer img */
	position: absolute;

	/* The following is for h-centering, together with position */
	width: 800px;
	margin-right: 0;
	margin-left: -400px;
	left: 50%;

	/* The following is for v-centering, together with position */
	top: 50%;
}

#index_body_vcentered
{
	height: 54px;
}

#index_footer
{
	position:absolute;
	bottom:0;
	width:100%;
	text-align: center;
	height:130px;   /* height of the catinas footer img */
	/*background: url('../img/catinas_prima_pagina.png') no-repeat center;*/
}

#logoN
{
	position: absolute;
	left: 170px;
	border: none;
}

#logoF
{
	position: absolute;
	left: 470px;
	border: none;
}

#catinas_logo
{
	height: 130px;
}