/* Across All networks */

.network {
	background-image: url(http://network.futuregamers.net/images/bg.png);
	background-repeat: repeat-x;
	color: #FFFFFFF;
	font-size: 9px;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
	border-bottom: 1px solid #000000;
}
.netframe {
	background-image: url(http://network.futuregamers.net/images/header.png);
	margin-left: auto;
	margin-right: auto;
	background-position: left;
	width: 800px;
	height: 20px;
	background-repeat: no-repeat;
}
.netlinks {
	color: #FFFFFF;
	text-align: right;
	padding: 2px 0px 0px 0px;
}
.netlinks a, .netlinks a:link, .netlinks a:visited, .netlinks a:active {
	text-decoration: none;
	color: #999999;
	padding: 0px 5px 0px 5px;
}
.netlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}