body {
	
    height: 100%;
	margin: 0;
	/* esto si estaba lo de arriba no*/
	padding:0px 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

