html, body {    height: 100%;    margin: 0;}body {    min-height: 500px;    min-width: 700px;    margin: 0 auto;    position: static;	background: 		url(../images/fondo2.jpg)        no-repeat		center top;	background-attachment: fixed;	background-color: #425422;}#centrador {    height: 500px;    width: 1100px;	margin: 0 auto;	position: static;}A:link {	color: #31B404;	text-decoration: none;}A:visited{	color: #FE2E2E;	text-decoration: none;}#header {	width: auto;	height: 125px;	padding-left: 15px;	font-size: 31px;	background-image: url(../images/top.png);	background-position: 50% center;}#home {    font-size: 16px;    height: 25px;    padding: 30px 45px 0 55px;    width: 300px;}#subject {    float: left;    height: 70px;    width: 600px;	padding: 0 0 0 55px;}#subject1 {    height: 39px;    width: auto;}#subject2 {    font-size: 16px;    width: auto;	height: 15px;}#dades {    float: right;    font-size: 14px;    height: 100px;    margin: 25px 30px 0 0;    padding: 0 50px 0 0;    width: 270px;}#bar {	width: auto;	height: 48px;	background-image: url(../images/midle.png);	background-position:50%;	background-repeat: no-repeat;	padding: 0 35px 0 30px;}#container {    background-image: url(../images/midle2.png);    background-position: 50% center;    background-repeat: repeat-y;    font-size: 17px;    height: auto;	padding: 15px 70px 25px;    width: auto;	text-align: justify;}#title {	width: auto;	height: 26px;	padding-bottom: 10px;	background-image: url(../images/banner1.jpg);	color: #FFF;}#texto{    padding: 7px 0 6px 20px;}#texto >a {	color: white;	text-decoration: none;	display:block;}#lab_1{	width: auto;	height: auto;	padding: 0 25px 15px;}#lab_2{	width: auto;	height: auto;	padding: 0 25px 15px;}#lab_3{	width: auto;	height: auto;	padding: 0 25px 15px;}#footer{	width:100%;    height: 95px;    position: relative;	background-image: url(../images/foot.png);	background-repeat: no-repeat;	background-position: 2px center;}#footer_left {    float: left;    height: 32px;    padding: 38px 0 0 73px;    position: absolute;    width: 500px;}#footer_right {    float: right;    height: auto;    padding: 38px 80px 0 0;    position: relative;    text-align: right;    width: 185px;}