/* CSS Document */

body {
  background-color: #2c0b10;
  color: #ffffff;
  font-size: 1em;
  font-family: Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#wrapper {
	background: url(bg.jpg) top repeat-y;
	width: 1000px;
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

.link {
	font-size: 20px;
	padding: 10px 0 20px 0;
	margin: 0;
}

/* global links */

a:link {
	color: #ffff70;
	text-decoration: underline;
}

a:visited {
	color: #ff00d8;
	text-decoration: none;
}

a:hover {
	color: #ff925c;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* /global links */
