@charset "utf-8";

html		{ height: 100%; }
body		{ margin: 0; background-color: black; height: 100%; }
#tblMain	{ width: 100%; margin: 0 auto 0 auto; height: 100%;  }
#bigSplash	{ 
	/*background-image: url(../images/penplayers_curtain2.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: black;*/
	color: #b7903e;
	text-align: center;
}
#picCurtain	{ height: 100%; z-index: -1; position: absolute; }
#bigSplash h1 { font-family: "Franklin Gothic Demi", "Franklin Gothic Medium", Arial, Helvetica, sans-serif; font-size: 88px; font-variant: small-caps; padding-bottom: 0px; margin-bottom: 0px; letter-spacing: 2px; }
.bigP { font-size: 115px; letter-spacing: 0px; }
#bigSplash h2 { font-size: 40px; font-family: Arial, Helvetica, sans-serif; padding-top: 0px; margin-top: 0px; }
#btnEnter { 
	/*position: absolute;*/
	/*margin-top: 250px;
	margin-left: 46%;*/
	/*top: 837px;
	left: 46%;*/
	margin: 125px auto 0px auto;
	width: 136px;
	height: 33px;
	line-height: 33px;
	/*background-color: #bbbbbb; */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	/*padding: 5px 20px;*/
	font-style: italic;
	border: 2px dotted silver;
}
#btnEnter a {
	color: #97701E;
	text-decoration: none;
}
#greyBar { 
	background-color: #666666;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 2px;
	vertical-align: middle;
	height: 30px;
}
