body {
	margin: 0px;
	background-color: #000000;
}

#minimum {
	min-width: 990px;

	/* For IE */
	width: expression( Math.max( document.body.clientWidth,990 ) + "px" );
}

#bottom {
	
	width: 100%;
	height: 50px;
	background: url('../graphics/bottom.gif') repeat-x;

}
#fixBack {
	
	width: 100%;
	padding-top: 5px;
	background-color: #FFFFFF;
	height: 335px;

}

.altContent {
	padding: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: white;
}

a.linker {

	color: #0099FF;
	font-size: 14px;

}

.blue {

	color: #0099FF;

}