* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	background-color: #fff;
	min-height:412px;/* for good browsers*/
	min-width:479px;/* for good browsers*/
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 412px;
}
#inner {
	width: 479px;
	height: 412px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
	background-position:5px 0px;
}
ul {
	padding-top:155px;
	background-image:url(../img/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:257px;
}

li {
	list-style:none;
	display:block;
}

a span {
	display:none;
}

#be a {
	height:52px;
	width:479px;
	display:block;
	background-image:url(../img/be.jpg);
}

#be a:hover {
	background-position:0px 52px;
}

#nl a {
	height:50px;
	width:479px;
	display:block;
	background-image:url(../img/nl.jpg);
}

#nl a:hover {
	background-position:0px 50px;
}