#navigation {
	width: 455px; height: 100px; display: block; float: right;
	background: url(../images/nav-bg.jpg) top center no-repeat;	
} 

ul#menuback {
	margin-left: 70px;
	padding-top: 28px;
	list-style: none;
	width: 455px;
	overflow: auto;	
}

ul#menuback li.shutter {
	height: 100px;
	display: block;
	float: left;
	margin-right: 10px;
}

ul#menuback li#shutter1 {
	background: url(../images/nav-who.png) no-repeat; width: 66px;
}
ul#menuback li#shutter2 {
	background: url(../images/nav-what.png) no-repeat; width: 74px;
}
ul#menuback li#shutter3 {
	background: url(../images/nav-how.png) no-repeat; width: 67px;
}
ul#menuback li#shutter4 {
	background: url(../images/nav-blog.png) no-repeat; width: 67px;
}

a.link {
   width: 200px;
   height: 100px;
   display: block;
   text-indent: -9999px;
}