#banner {
 width: 600px;
 height: 200px;
 background: url(http://www.mickjallen.com.au/images/Banner.jpg) no-repeat;
 margin: auto;
 position: relative;
}
#banner li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#banner a {display: block; text-indent: -9999px; text-decoration: none;}

#reel {left: 0px; top: 50px; width: 150px; height: 200px;}
#resume {left: 150px; top: 50px; width: 150px; height: 200px;}
#films {left: 300px; top: 50px; width: 150px; height: 200px;}
#contact {left: 450px; top: 50px; width: 150px; height: 200px;}

#reel a {height: 100px;}
#resume a {height: 100px;}
#films a {height: 100px;}
#contact a {height: 100px;}

.breel #reel a, #reel a:hover {background: url(http://www.mickjallen.com.au/images/Banner.jpg) -0px -200px no-repeat;}
.bresume #resume a, #resume a:hover {background: url(http://www.mickjallen.com.au/images/Banner.jpg) -150px -200px no-repeat;}
.bfilms #films a, #films a:hover {background: url(http://www.mickjallen.com.au/images/Banner.jpg) -300px -200px no-repeat;}
.bcontact #contact a, #contact a:hover {background: url(http://www.mickjallen.com.au/images/Banner.jpg) -450px -200px no-repeat;}

body
{
	text-align: center;
}

img
{  
	border-style: none;
}