@charset "UTF-8";

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

h1 {
	margin:0;
}

h2 {
	color:#c6b346;
}

#footer {
	border-top:1px solid #87506c;
	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:#c6b346;
}