jquery tweets
HTML
<script src="http://github.com/kerberoS/jQuery-Tweets/raw/master/js/jquery.tweets.0.1.js"></script>
<div id="wrapper">
<div style="height: 1000px;">content</div>
</div>
<img id="photo" src="http://basik.ru/images/firecat/short.jpg">
CSS
#wrapper {
width: 400px;
background: red;
margin: 0 auto;
opacity: 0.5;
}
#photo {
border: 1px solid blue;
position: fixed;
top: 0;
left: 0;
z-index: -1;
height: 100%;
margin-left: -400px;
min-height: 436px;
}