html { 
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	height: 100%; color: #fff;
}
body { margin: 0; padding: 0; background: #000;}
h1, h2, p { margin: 0; padding: 0;}

#noflash {
	margin: 100px auto;
	width: 400px;
	padding: 30px 0;
	text-align: center;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}
#alternateContent
{
	display: none;
}

h1.logo {
	text-indent: -9999999px;
	width: 100%;
	height: 64px;
	background: transparent url(../images/logo.png) 43% 0 no-repeat;
}

#noflash a { font-weight: bold; color: #393; display: block; }
#noflash h1, #noflash h2, #noflash p {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: .5em;
}

#noflash h2 {
	font-size: 16px;
}

#noflash p {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
}
