Selam aşağıda yaptığım işlemde background.png görselimin genel divimin üzerine geçmesi gerekmiyormu ? Alt kısma alamadım


</head>
<body>

<div id="genel">



</div>

</body>
</html>
body {font: 14px Arial; color:#fff; margin: auto; background-position: 50% 0; background-repeat:no-repeat; background-color: #fff; background-image:url('../images/background.png'); z-index: 1 }
ul, li, ol, table, tr, td, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, button, img {padding: 0; margin: 0; border: 0; list-style: none}
a {text-decoration: none}
*:focus {outline: 0}
.clear {clear: both}


#genel {width: 1024px; height: 900px; margin: 0 auto; position: relative; background: red;}