/* global */

body {
  background: url(../img/bg.gif) top repeat-x;
  background-color: #333333;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 1em;
  color: #b5b5b5;
  text-align: center;
}

.clear {
  clear: both;
}
a {
	color: #f7e876;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
