/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html {
  background: url(../img/bg.jpg) top repeat;
}

body {
  background: url(../img/wrapper.jpg) top center no-repeat;
  color: #b9b9b9;
  font: normal 1em Georgia, serif;
}

#wrapper {
  background: url(../img/page.gif) top repeat-y;
  width: 1000px;
  margin: 0 auto;
}

.episode {
  width: 944px;
  margin: 0 auto;
}

.link {
  font-size: 38px;
  text-align: center;
  padding: 30px 0 30px 0;
}

.platinum {
  color: #b9b598;
}

/* global links */

a:link {
	color: #a17953;
	text-decoration: underline;
}

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

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

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

/* global links */

