#fun_container {
		border:solid 0px #888888;
		display:block;
		position:relative;
		width:600px
		height:700px;
		background-image:url(../images/jffbackground.png);
		background-repeat:no-repeat;
}
	
.pair_name {
	padding:3px;
	width:240px;
	height:50px;
	text-align:center;	
	z-index:30;
}

.pair_name a{
	font-size:100%;	
	color:#224488;
}

.pair_value img {
	border:solid 0px #aaaaaa;
}

.pair_value a {
	border:solid 0px #aaaaaa;
	visibility:hidden;
}

#nextbutton{
	position:absolute;
	left:350px;
	top:250px;
	cursor:pointer;
}