html,body {
  height:100%;
  margin: 0;
 	padding:0;
 	outline:0;
	border:0;
}

#contenedor  {
	width:936px;
	margin:auto;
}

/* Hack para IE 6 */
* html #contenedor  {
  /*height:100%;*/
   width:936px;
   margin:auto;
}

#footer {
	position:relative;
	height:40px;
	margin-top:-40px;
	width:936px;
	margin:auto;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
}

