body {
/*	position: relative;
*/	background: #a9afac;
	}
a, a:hover, a:active {
	text-decoration: none;
	}
	
	#title {
		position: absolute;
		top: 40%;
		left: 50%;
		margin-top: -50px;
		margin-left: -290px;
		}
		
	#top {
		position: absolute;
		width: 100%;
		height: 35px;
		top: 0;
		right: 0;
		left: 0;
		border-bottom: 1px solid #01250b;
		background: #646866; /* Old browsers */
		background: -moz-linear-gradient(left,  #8a908d 0%, #646866 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8a908d), color-stop(100%,#646866)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #8a908d 0%,#646866 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #8a908d 0%,#646866 100%); /* Opera 11.10+ */
		background: linear-gradient(to right,  #8a908d 0%,#646866 100%); /* W3C */
		/* FUCK IE */
		}
		
	#bottom {
		position: absolute;
		width: 100%;
		height: 35px;
		bottom: 0;
		right: 0;
		left: 0;
		border-top: 1px solid #01250b;
		background: #646866; /* Old browsers */
		background: -moz-linear-gradient(left,  #646866 0%, #8a908d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#646866), color-stop(100%,#8a908d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #646866 0%,#8a908d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #646866 0%,#8a908d 100%); /* Opera 11.10+ */
		background: linear-gradient(to right,  #646866 0%,#8a908d 100%); /* W3C */
		/* FUCK IE */
		}
		
	#promo {
		position: absolute;
		bottom: 10px;
		right: 10px;
		z-index: 100;
		color: #444;
		font-weight: bold;
		font-size: 14px;
		font-family: Helvetica, Arial, sans-serif;
		}

	#promo a {
		margin-right: 20px;
		margin-left: 20px;
		}

#zoom {
	z-index: -100;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-filter: blur(8px);
	filter: blur(8px);
	}
	#zoom sub {
		position: absolute;
		display: block;
		width: 100px;
		height: 100px;
		text-indent: -9999em;
		background: rgba(255,255,255,0.2);
		}

body.article {
	background: #fdfdfd;
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #0d0d0d;
	}
	body.article article {
		background: #f1f1f1;
		margin: 0px auto ;
		padding: 40px 40px 60px 40px;
		max-width: 900px;
		min-width: 500px;
		width: 70%;
		}

