/* HQ theme, inpirations: Dr Zorr, Crysis, Global Agenda, Steam UI 2010 */
	body {
		background: #000 url(../images/bg-noise-tile.png) center top repeat;
		background-attachment: fixed;
		color: #fff;
	}
	
	#skin-header .inner {
		background: transparent url(../images/grill-tile-trans.png) left top repeat-x;
		height: 192px;
	}
	
	#skin-footer {
		background: transparent url(../images/globe.jpg) center bottom no-repeat;
		height: 500px;
	}
	
	a,
	a:link,
	a:visited {
		color: #00c6ff;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
