html {
	font-size:21px;
	background-image: url("/images/gdtc.jpg");
	background-repeat: no-repeat; 
	background-position: center fixed;
	background-size: cover;
	padding: 40px 0 0 0;
	background-origin: content-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-color: #ffffff;
}
#lista {
	background-image: url("/images/gdtc.jpg");
	background-repeat: no-repeat; 
	width: 98%;
	border-top: 1px dotted;
  opacity: 0.7;
  filter: alpha(opacity=70);
	margin-left: auto;
  margin-right: auto;
	text-align: left;
}
/****************/
