#fun_container {
		border:solid 0px #888888;
		display:block;
		position:relative;
		width:694px;
		height:400px;
	  background-image  :url(../images/just_for_fun_bg.jpg);
		background-repeat:no-repeat;
}
	
	/*
		background-color:#ffddbb;
	*/
	
.pair_name {
	padding:1px;
	background-color:#006600;
	width:74px;
	height:24px;
	text-align:center;	
	z-index:30;
	font-size:100%;
}

.pair_name a{
	font-size:100%;	
	color:#ffffff;
}

.pair_value {
	padding-top:3px;
	background-color:Transparent;
	background-image :url(../images/text_box.jpg);
	width:74px;
	height:24px;
	text-align:center;
	z-index:20;
	background-repeat:no-repeat;
	font-size:85%;
}

.pair_value a {
	font-size:150%;	
	color:#ffffff;
}

