html{
	height:100%;
}
body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #989898;	
}
div#contenedor{
	min-height: 100%;	
	min-width: 1024px;
	text-align:center;
}
img{
	border:0;
}

