/* Site created by Dan "DJ" Hennion. Copyright 2007 Shazink Web Services. All Rights Reserved */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Sans-serif, Helvetica, Verdana, Arial, Tahoma, "Times New Roman";
	font-size: 16px;
	border: 0px;
	color: white;
}
a:link {
	color: white;
}
a:active {
	color: white;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: #888888;
}
.border {
	background-image: url(border.png);
	width: 42px;
	height: 100%;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.menulinks {
	font-size: 16px;
}
.enter_spacer {
	height: 50%;
}
.link_spacer {
	height: 35%;
}
#enter {
	font-size: 24px;
	text-align: center;
}
.maintext {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.maintextleft {
  width: 50%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.maintextlinks {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.main_spacer {
  height: 30%;
}
