/* global */

* {
  margin: 0;
  padding: 0;
}

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

body {
  position: relative; /* fix for MSIE 6 */
}

body {
  text-align: center; /* fix for MSIE 5.5 */
}

a {
	color: #877062;
	text-decoration: underline;
}

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