html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	background-color: black;
}

h1 {
	size:20px;
	text-decoration: underline;
}

img.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

#scroller {
	z-index: 2;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	height: 100%;
}

#wrapper {
	z-index: 2;
	position: relative;
	width: 722px;
	margin: 0 auto;
}


#top {
	margin: 50px 0 0 0;
	width: 100%;
	height: 210px;
	background: transparent url('/public/images/card/top.png') no-repeat 0 0;
}

#center {
	margin: 10px 0 0 0;
	width: 100%;
	height: 260px;
	background: transparent url('/public/images/card/center.png') no-repeat 0 0;
}

#bottom {
	margin: 10px 0 0 0;
	width: 100%;
	height: 76px;
	background: transparent url('/public/images/card/bottom.png') no-repeat 0 0;
}

#footer {
	text-align: center;
	color: white;
}

#links {
	width: 131px;
	margin: 20px 295px;
	position: absolute;
}

#menu {
	width: 131px;
	height: 230px;
	margin: 0 auto;
	padding: 0;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 20px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	list-style: none;
	list-style-position: outside;
	margin-top: 15px;
}

#link-50 	{ background: transparent url('/public/images/card/buttons/50.gif') 0 0 no-repeat; }
#link-60 	{ background: transparent url('/public/images/card/buttons/60.gif') 0 0 no-repeat; }
#link-70 	{ background: transparent url('/public/images/card/buttons/70.gif') 0 0 no-repeat; }
#link-80 	{ background: transparent url('/public/images/card/buttons/80.gif') 0 0 no-repeat; }
#link-90 	{ background: transparent url('/public/images/card/buttons/90.gif') 0 0 no-repeat; }
#link-20 	{ background: transparent url('/public/images/card/buttons/20.gif') 0 0 no-repeat; }

#link-50 a:hover	{ background: transparent url('/public/images/card/buttons/50_h.gif') 0 0 no-repeat; }
#link-60 a:hover	{ background: transparent url('/public/images/card/buttons/60_h.gif') 0 0 no-repeat; }
#link-70 a:hover	{ background: transparent url('/public/images/card/buttons/70_h.gif') 0 0 no-repeat; }
#link-80 a:hover	{ background: transparent url('/public/images/card/buttons/80_h.gif') 0 0 no-repeat; }
#link-90 a:hover	{ background: transparent url('/public/images/card/buttons/90_h.gif') 0 0 no-repeat; }
#link-20 a:hover	{ background: transparent url('/public/images/card/buttons/20_h.gif') 0 0 no-repeat; }


