BODY {
	margin: 0px;
  padding: 0px;
  border: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
  width: 100%;
  background-image: url(./stripped_bkg.gif);
}

#logo {
  margin-top:  10px;
  text-align: center;
}

#mainblock {
  text-align: center;
}

#welcome {
  position: relative;
  top:  10px;
  text-align: center;
  font-size: 13px;
  color: #be9ecb;
}

.centered {
	margin-left: auto;
  margin-right: auto;
}

#enter {
  text-align: center;
  font-size: 20px;
  color: #be9ecb;
  text-decoration: none;
}

#enter a {
  color: #be9ecb;
  text-decoration: none;
}

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

#intro {
	margin: 10px auto 10px auto;
  padding: 20px;
  border: #68407c solid 1px;
	background-color: #1f1226;
  width: 400px;
}

#intro a {
  color: #be9ecb;
  text-decoration: none;
}

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

#intro2 {
	margin: 10px auto 10px auto;
  padding: 20px;
  border: #68407c solid 1px;
	background-color: #1f1226;
  width: 800px;
  font-size: 12px;
}

#intro2 a {
  color: #be9ecb;
  text-decoration: none;
}

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

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.50;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #A63143;
	background-color: #CEFBD3;
	z-index:1002;
	overflow: auto;
	color: #1B1A35;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.white_content h2 {
	font-size: 4em;
	text-align: center;
	text-shadow: 0 0 10px #fff,
               0 0 20px #fff,
               0 0 30px #fff,
               0 0 40px #ff00de,
               0 0 70px #ff00de,
               0 0 80px #ff00de,
               0 0 100px #ff00de,
               0 0 150px #ff00de;
}

.white_content h3 {
	font-size: 3em;
	text-align: center;
	color: #363636;
}

.white_content p {
	font-size: 2em;
}
