/****************
 * Max's Kansas City - Landing page CSS
 *
 * 6/2/08
 **************/
 
body, * html,* html body{
	background-color:#000;
} 
 
body, html{
	padding:0px;
	height:0px;
	height:100%;
	text-align:center;
}

div.page{
	text-align:center;
	width:400px;
	height:200px;
	top:-100px;
	margin:0 auto;
	position:static;
	clear:both;
}

div.shim{
	visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -100px;
  float:left;
}

h1{
	margin:0 auto;
	padding:0px;
	border:3px #fff solid;
	width:275px;
	height:76px;
}

a{
	display:block;
	margin:0 auto;
	width:275px;
	height:37px;
	background-image:url(../images/enter.gif);
	border:3px #fff solid;
	border-top:none;
}

a:link, a:visited{
	background-position:top;
}

a:hover{
	background-position:bottom;
}

a span{
	display:none;
}

blockquote{
	padding:0;
	margin:40px 0px 0px 0px;
	text-align:center;
	position:relative;
	height:53px;
	display:block;
}

blockquote p, blockquote cite{
	color:#000;
	font-size:9px;
}

blockquote img{
	position:absolute;
	top:0;
	left:0;
}