html {
	width: 100%;
	height: 100%;
/* 	background: #007c85 url(../img/corner.jpg) no-repeat; */
/* 	background-position: right bottom; */
	background-color: white;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-family: Georgia, serif;
	font-size: 14px;
	color:#fff;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 800px; 	
	margin-left: auto;
 	margin-right: auto;
 	overflow: visible;
}

#content {
/* 	float: left; */
	overflow: hidden;
	width: 800px;
	height: 600px;
	background: url(../img/codina.jpg) no-repeat;
	text-indent: -999px;

}

.footer {
	width: 800px;
	position: absolute;
	top: 600px;
	left: 0px;
}














