Jednak obrazek nie robi sie przezroczysty, chce aby login.gif wtapiał się w tło i nic z tego nie wychodzi

body {
background-color: #000000;
background-image: url(bg.jpg);
background-position: 0 0;
background-repeat: no-repeat;
background-attachment: fixed;
position: relative;
}
#bg {
width: 800px;
height: 600px;
float: center;
background-image: url('bg.jpg');
}
#login {
width: 224px;
height: 112px;
background-image: url(img/login.gif);
background-color: #000000;
background-position: 0 0;
background-repeat: no-repeat;
background-attachment: fixed;
position: absolute;
top: 0px;
}