div.text_box {
	left: 280px;
	position: absolute;
	top: 280px;
	width: 250px;
}

	div.text_box h2 {
		font-family: "HelveticaNeue-UltraLight", "Helvetica Neue Ultra Light", "helvetica neue", helvetica, arial, sans-serif;
		font-weight: 100;
		font-size: 6.333em;
		line-height: 1em;
		margin-bottom: 0.1667em;
	}

	div.text_box h3 {
		font-family: "HelveticaNeue-Book", "Helvetica Neue Book", "helvetica neue", helvetica, arial, sans-serif;
		font-size: 2.5em;
		line-height: 1em;
		padding-bottom: 0.25em;
	}
	
	div.text_box li {
		font-size: 1.3333em;
		line-height: 1.667em;
	}
	
		div.text_box li.down_a_line {
			margin-top: 1.75em;
		}

	div#home_copy_left {
		left: 280px;
		top: 280px;
	}
	
		div#home_copy_left li {
			font-size: 1.25em;
			line-height: 1.333em;
		}
	
	div#home_copy_center {
		left: 545px;
		top: 280px;
	}

		div#home_copy_center li {
			margin-left: 33px;
		}

	div#home_copy_right {
		left: 810px;
		top: 280px;
		text-align: right;
	}

div.photo_box {
	height: 250px;
	margin-bottom: 15px;
	position: absolute;
	top: 15px;
	width: 250px;
}

	div.photo_box a {
		background: none;
		display: block;
		text-decoration: none;
	}
	
		div.photo_box img {
			height: 250px;
			opacity: 0.667;
			transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
			width: 250px;
		}

			div.photo_box a:hover img { opacity: 1; }

		div.photo_box span {
			background: rgba(0, 0, 0, 0.75);
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "helvetica neue", helvetica, arial, sans-serif;
			font-size: 2em;
			left: 0;
			line-height: 1em;
			margin-top: -0.75em;
			opacity: 0;
			padding: 0.25em 2%;
			position: absolute;
			text-align: center;
			top: 50%;
			transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
			width: 96%;
		}

			div.photo_box a:hover span { opacity: 1; }
	
	div#shigeto {
		left: 280px;
		top: 15px;
	}

	div#aaron_bobzien {
		left: 545px;
		top: 15px;
	}

	div#nick_jaroch {
		left: 810px;
		top: 15px;
	}
	
	div#sam_haddix {
		left: 280px;
		top: 545px;
	}
	
	div#dj_biljax {
		left: 545px;
		top: 545px;
	}

	div#a_setting_sun {
		left: 810px;
		top: 545px;
	}
	
div.bottom_box { border-bottom: 15px solid transparent; }
