	body {
		background-image: url('../img/CoverGraffic.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center; 
		background-color: #000000;
	}
	
	.top_section {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:210px;
		line-height: 210px;
		background:rgba(0, 0, 0, 1.0);
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
	
	.text_wrapper {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}
	
	.top_selections {
		
	}
	
	#home {
		left:5%;
		line-height: 700px;
		background:rgba(0, 0, 0, 0.0);
		text-align: left;
		vertical-align: middle;
	}
	
	#beat {
		width:100%;
		left:0px;
		background:rgba(0, 0, 0, 1.0);
		text-align: center;
		display: none;
	}
	
	#little {
		width:100%;
		left:0px;
		background:rgba(0, 0, 0, 1.0);
		text-align: center;
		display: none;
	}
	
	#monster {
		width:100%;
		left:0px;
		background:rgba(0, 0, 0, 1.0);
		text-align: center;
		display: none;
	}
	
	#personal {
		width:100%;
		left:0px;
		background:rgba(0, 0, 0, 1.0);
		text-align: center;
		display: none;
	}
	
	#about {
		width:100%;
		left:0px;
		background:rgba(0, 0, 0, 0.5);
		text-align: center;
		display: none;
	}
	
	#about-box {
		
		width: 40%;
		text-align: left;
		display: inline-block;
	}
	
	#contact {
		width:100%;
		left:0px;
		background:rgba(0, 0, 0, 1.0);
		text-align: center;
		display: none;
	}
	
	.shared {
		position:absolute;
		padding: 0px;
		top:210px;
		height:100%;
		display: table-cell;
	}
	
	.centered_bottom {
		width: 62.5%;
		display: inline-block;
		text-align: center;
	}
	
	.align_right_bottom {
		width: 62.5%;
		display: inline-block;
		text-align: right;
	}
	
	.font_large {
		color: #FFFFFF;
		font: 50px Arial, sans-serif;
	}
	
	.font_medium {
		color: #FFFFFF;
		font: 30px Arial, sans-serif;
	}
	
	.font_small {
		color: #FFFFFF;
		font: 15px Arial, sans-serif;
	}
	
	.preload {
		position:absolute;
		top:-9999px;
		left:-9999px;
	}
