/*=-=-=-=-=-=-=-=-=-=-=-=-
Josiah Platt - 29 Agency
Copyright 2009
=-=-=-=-=-=-=-=-=-=-=-=-*/
body{
	margin: 0 auto;
}
img{
	border: none;
}
#mainBox{
	width: 763px;
	height: 407px;
	background: #000;
	position: relative;
}
#lefty{
	width: 568px;
	height: 407px;
	position: absolute;
	top: 0;
	left: 0;
}
	#tv{
		height: 319px;
		background: url('img/mainTV.jpg');
		position: relative;
	}
	#tv #click{
		width: 150px;
		height: 120px;
		position: absolute;
		top: 70px;
		left: 95px;
	}
	#tv p{
		width: 240px;
		position: absolute;
		top: 120px;
		right: 20px;
		font-family: "Georgia", Georgia, courier, "Times New Roman", serif;
		text-align: justify;
		font-size: 13px;
		color: #563e23;
	}
	#tv a{
		color: #563e23;
	}
	#tv a:hover{
		color: #000;
	}
	.play{
		padding-left: 10px;
		background: url('img/arrow.gif') top left no-repeat;
	}
	#banner{
		height: 88px;
		background: url('img/mainBanner.jpg');
	}
#righty{
	width: 195px;
	height: 407px;
	position: absolute;
	top: 0;
	right: 0;
}
	#one{
		height: 169px;
		background: url('img/rightOne.jpg');
	}
	#one_{
		height: 344px;
		background: url('img/merrick_story_bg.gif');
		position: relative;
	}
	#one_ span {
	    display: block;
	    text-indent: -1000em;
	}
	#one_ a.first {
	    left: 21px;
	    position: absolute;
	    top: 88px;
	}
	#one_ a.second {
	    height: 17px;
	    left: 14px;
	    position: absolute;
	    top: 314px;
	    width: 66px;
	}
	#two{
		height: 77px;
		background: url('img/rightTwo.jpg');
	}
   	#two_{
		height: 64px;
		background: url('img/twitter_bg.gif');
	}
	#three{
		height: 81px;
		background: url('img/rightThree.jpg');
	}
	#four{
		height: 80px;
		background: url('img/rightFour.jpg');
	}

