#fun_container {
		border:solid 0px #888888;
		display:block;
		position:relative;
		width:600px
		height:400px;
		background-repeat:no-repeat;
}
	
	/*
		background-color:#ffddbb;
	*/
	
.pair_name {
	padding:3px;
	background-color:none;
	width:140px;
	height:20px;
	text-align:center;	
	z-index:30;
}

.pair_name a{
	font-size:90%;	
	color:#000000;
}

.pair_value {
	padding:0px;
	background-color:white;
	text-align:center;
	border:solid 1px #000000;
	z-index:20;
	width:180px;
	height:30px;
}

.pair_value a {
	font-size:70%;
}

.valspan{
	border:solid 0px #ffaaff;
	height:100%;
	padding:0px;
	margin:0px;
}
