body {
	background: url(../images/r6.jpg) no-repeat;
	background-color: #000000;
	font: 11px verdana, sans-serif;
}

#iconContainer {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 100px;
	text-align: center;
}

#iconContainer a {
	text-decoration: none;
}

#iconContainer a:hover {
	color: #ff0000;
}

#iconContainer2 {
	position: absolute;
	top: 30px;
	left: 110px;
	width: 100px;
	text-align: center;
}

#iconContainer2 a {
	text-decoration: none;
}

#iconContainer2 a:hover {
	color: #ff0000;
}

.iconBox {
	margin-bottom: 30px;
}

.iconBox img {
	filter: alpha(opacity = 100); 
	opacity: 1.00;
}

.iconBox a {
	color: #ffffff;
}

.highlightIcon {
	margin-bottom: 30px;
}

.highlightIcon img {
	filter: alpha(opacity = 60); 
	opacity: .60;
}

.highlightIcon a {
	background-color: #0000ff;
	color: #ffffff;
}

#users {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #ffffff;
	font: 10px verdana, sans-serif;
}

