Kodlar bu şekilde html bir sitedir.
bg.png'ye link vermek istiyorum.
<style type="text/css">
<!--
body {
background-image: url(bg.PNG);
background-attachment: fixed;
}
#Layer2 {
position:absolute;
left:941px;
top:39px;
width:127px;
height:109px;
z-index:1;
}
-->
</style>
<body>