* {
  margin: 0;
  padding: 0;
  }

* html #container-page { /* For IE <= 6 ONLY */
	height: 100%
	
	}   

html, body {
  height: 100% /* Required */
  /* float: left; */
  }

body,  { /* redundant rules for bad browsers  */  
   /* width: 760px; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #ECF0DE;
	background-image: url(images/arqui_bg.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}

body {
	/* width: 760px; */
	height: auto;
	border: 6px;
	border-top: solid;
	border-color: #6ba73a;
	background-color: #000;
	background-image: url(zelanus_bg.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}


IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6%;
	}
