/*
	Stylesheet for background "Dark Metal Floor"
	http://phroggy.com/
*/

body {
	background-color: #222222;
	background-image: url(darkmetalfloor.gif);
	background-attachment: fixed;
	color: #fff;
}
a:link { color: #fff; }
