html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: white;
}

.tag-cloud {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
	width: 800px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
}

.tag-cloud a {
	white-space: nowrap;
	text-decoration: none;
	padding: 0 0.5ex;
}

.tag-cloud a {
	display: block;
	color: #699;
	background: #CFF;
}

.tag-cloud a:hover {
	color: white;
	background: #9FF;
	opacity: 1 !important;
	z-index: 100;
}
