Serg_pnz,
я так понял что-то в этом роде надо?:
<!DOCTYPE html>
<html>
<head>
<title>...</title>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript" src="http://code.spb-piksel.ru/jquery.supcss-0.4.0.min.js"></script>
</head>
<body style="background-image: url('http://sites.google.com/site/jaimemontoya/Sample07.jpg');">
<button onclick="jQuery('div').fadeOut(1000);">fadeOut</button>
<button onclick="jQuery('div').fadeIn(1000);">fadeIn</button>
<div>
<div style="position: absolute; border-radius: 1px; background-image: url('http://nc-handyman.com/images/bird-forward-back.png'); width: 100%; height: 420px;"></div>
</div>
</body>
</html>