@charset "utf-8";

@font-face {
	font-family: 'Conv_Modular_Typeface';
	src: url('fonts/Modular_Typeface.eot');
	src: local('☺'), url('fonts/Modular_Typeface.woff') format('woff'), url('fonts/Modular_Typeface.ttf') format('truetype'), url('fonts/Modular_Typeface.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,body {
			margin: 0;
			padding: 0;
			line-height: 0;
			background-color: #000;
			}


canvas { 
		display: block; 
		outline: 0px; 
		margin-bottom: 1.5em; 
			margin: 0;
			padding: 0;
	}


a {
		color: #fff;
		text-decoration: none;
}
#content { 
		margin: 0px auto 0px auto; padding: 0px 0px 0px 0px;
		width: 100%; min-width: 300px; overflow: auto;
		border-left: 0px solid #444; border-top: 0px solid #444; 
		border-right: 0px solid #333; border-bottom: 0px solid #333;
		background-color: #000;
		z-index: 0;
	}

#about { 
		position: absolute;
		right: 80px;
		top: 70px;
		z-index: 3;
		display: none;}

#popup {

}

#book {
		opacity:0.2;
		filter:alpha(opacity=40);
		padding-bottom: 18px;
	  }

#book:hover {
	opacity:1.0;
	filter:alpha(opacity=100);}

#main { position: absolute;
		padding: 55px 0px 0px 50px;
		width: 550px;
		z-index: 2;
		pointer-events: none;
		}

#fb	 {
		position: absolute;
		left: 50px;
		bottom: 40px;
		z-index: 3;
		}		

#what {	
		position: absolute;
		width: 900px;
	  	top: 50%;
  		left: 50%;
  		margin-left: -450px;
  		margin-top: -150px;
		text-align: center;
		z-index: 3;
		pointer-events: none;
		

}


.what-text {
					font: bold 3.438em/65px "Conv_Modular_Typeface", sans-serif; 
					color: #fff; 
					vertical-align: middle;
					display: block;
					pointer-events: none;
				
					
			}

#sub {				
					position: absolute;
					font: bold 0.875em/1em "Conv_Modular_Typeface", sans-serif; 
					letter-spacing: 1px;
					color: #fff; 
					bottom: 40px;
					left: 50%;
					margin-left: -70px;
					z-index: 4;
					border-bottom: 2px solid;

			}		

#whatlink {				
					position: absolute;
					font: bold 0.875em/1em "Conv_Modular_Typeface", sans-serif; 
					letter-spacing: 1px;
					color: #fff; 
					bottom: 40px;
					right: 60px;
					margin-left: -70px;
					z-index: 4;
					display: block;

			}

.main-author {font: bold 12px/42px "Conv_Modular_Typeface", sans-serif; 
					color: #fff; 
					font-weight: 800; 
					text-transform: uppercase;
					letter-spacing: 2.49px;
					text-shadow: 1px 1px 0px #000;
				display: none;}


