@charset "UTF-8";

body {
	background:#000 url(../img/themes/bw/background.jpg) fixed repeat-x top center;
}

h1 {
	margin:20px 0 10px;
}

#footer {
	border-top:1px solid #333;
	background:#000;
}

div#tips-wrapper {
	color:#fff;
	background:#000;
}

a:link, a:active, a:visited {
	color:#fff;
	padding:2px 1px;
	text-decoration:underline;
}

a:hover {
	color:#fff;
	text-decoration:none;
}