Possible Duplicate:
Change color of sibling elements on hover using CSS
Basically i want to change my body background image on hover of #fb or any other div id i create, i couldn't find a solution for this anywhere
<body>
<div class="container">
<div class="sixteen columns">
<h1 class="remove-bottom" style="margin-top: 40px">Club 77</h1>
<hr />
</div>
<div class="sixteen columns">
<h3><a href="" id="fb">Facebook</a></h3>
</div>
<div class="sixteen columns">
<h3><a href="">Photos</a></h3>
</div>
<div class="sixteen columns">
<h3><a href="">Contact</a></h3>
</div>
</div>