html, body {
	margin: 0;
	height: 100%;
	overflow: hidden;
}

	.noflash body {
		color: #fff;
		background-color: #555;
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		text-align: center;
	}

		.noflash #spader {
			width: 950px;
			height: 600px;
			text-align: left;
			margin: -300px auto 0;
			position: relative;
			top: 50%;
			background-color: rgba(0,0,0,.8);
			overflow: hidden;
			border: 1px solid #000;
			box-shadow: 2px 2px 0 #000;
			-moz-box-shadow: 2px 2px 0 #000;
			-webkit-box-shadow: 2px 2px 0 #000;
		}

			.noflash #content {
				position: absolute;
				top: 30px;
				right: 30px;
				width: 650px;
				height: 540px;
				overflow: auto;
			}

			.noflash #nav {
				position: absolute;
				top: 30px;
				left: 30px;
				margin: 0;
				padding: 0;
				list-style: none;
			}

				.noflash #nav a {
					color: #fff;
					text-decoration: none;
					font-size: 16px;
				}

				.noflash #nav ul {
					margin: 0 0 0 20px;
					padding: 0;
					list-style: none;
				}