body { 
	background-image:url("images/bg.jpg") no-repeat top center;
	margin:0; 
	padding:0; 
	overflow: hidden; 	
	font-family: Arial, Tahoma, Verdana; 
	background: #ffffff;
}

p{ 
	text-align: center; 
}

h1 { 
	text-align: center; 
	text-shadow:0 0 15px #444444; 
}

.title{
	font-size:55px;
	color:#000000;
	text-shadow:0 0 15px #444444; 
	text-align: center; 
	display: block; 
	margin: 40px auto 0 auto;
}

.name{
  margin-top: 10px;
  text-align: center; 
  color: black; 
  font-size: 15px;
}

.game{
	position: relative;
	display: inline-block; 
	box-sizing: border-box; 
	padding: 5px 10px; 
	-moz-box-sizing: border-box; 
	vertical-align: top; 
	margin:0;
}

.fade_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #0000cc;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.instructions_content {
	display: none;
	position: absolute;
	width: 400px;
	height: 400px;
	margin-left: -200px; 
	margin-top: -200px; 
	top: 50%;
	left: 50%;
	padding: 16px;
	border: 16px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.enter_game {
	width: 300px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -150px; 
	margin-top: -100px; 
	display: block; 
	position: absolute;
	border: 6px solid black;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}