@media screen {

	div.bandb {
		margin: 12pt;
		color: white;
		background: black url(http://grigaitis.net/books/bricksbarbs/bricksbarbs.jpg) no-repeat fixed center;
		padding-top: 1em;
		padding-bottom: 3em;
	}


	div.bandb a:link {
		color: yellow;
	}
	
	div.bandb a:visited {
		color: red;
	}
	
	div.bandb pre {
		background-color: transparent;
		border: none;
	}
}

