/* global */

* {
  margin: 0;
  padding: 0;
}

body {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: url(../img/bg.gif) top repeat-x;
  background-color: #3e0000;
  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:link {
	color: #fdee3c;
	text-decoration: underline;
}

a:visited {
	color: #f23cfd;
	text-decoration: none;
}

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

a:active {
	color: #ff0000;
	text-decoration: underline;
}
