El problema es el siguiente, por medio de css yo establesco un body background, pero al visualizarlo, falta espacio y se alcanza a ver el color del body .
 
Por favor, necesito saber como hago para que no se alcanze a ver el color de fondo y solo me aparezca el body
 
#body{
	background-repeat: no-repeat;
	background-attachment: scroll;
	width:1260;
	height: 892;
	min-width:900px;
	background-color: #C8FE2E;
	background-image: url(../Imagenes/Fondos/Fondo_1.jpg);
	background-position:center;
 
	}
 
#principal{
	width: 900px;
	height: 892px;
	background-color: #F8FBEF;
	margin-left:auto;
	margin-right:auto;
 
	}
#banner{
	background-color: #088A08;
	height: 40px;
 
	}
 
 
 
<!DOCTYPE HTML>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Redzilla web design">
<meta name="description" content="Todo en zapatos de alta calidad, importados desde brasil">
<meta name="keywords" content="estylosa,malu,vizzano,bibi,beira rio,moleca,molekinha,calzado ezzio,colombia,brazil">
<link rel="stylesheet" type="text/css" href="../Estilos/estilo.css" media= "screen">
<link rel="shortcut icon " href="" >
<title>Calzado Ezzio</title>
 
</head>
 
<body id= "body" >
<div id= "principal">
 
 
<header></header>
 
 
<div id= "cotenedor">
<nav>
</nav>
 
<div id= "banner">
</div>
 
<section>
</section>
 
<section>
</section>
 
</div>
 
<footer>
 
</footer>
 
</div>
</body>
</html> 
   
 




 
 

