body {
	background: #a9e1e3 url(../img/bg-tile.jpg)fixed bottom;
	background-repeat: repeat-x;
	height: 693px;
	
}

#main {
	position: relative;
	top: 43px;
	height: 693px;
	width: 980px;
	margin: 0 auto;
	background-image: url(../img/mainBG.jpg);
	border: 10px solid #fff;
}

#top {
	position: relative;
	height: 122px;
	padding-left: 55px;
	padding-right: 55px;
}

	#top h2#logo {
		position: relative;
		height: 122px;
		width: 352px;
		text-indent: -99999px;
		padding:0px;
		margin: 0px;
		background-image: url(../img/feedmeh-logo.jpg);
	}
	
	#twitter a{
		position: absolute;
		top: 0px;
		left: 500px;
		width: 200px;
		height: 99px;
		background-image: url(../img/twitter.jpg);
		text-indent: -99999px;
	}
	
		#twitter a:hover {
			background-position: 0pt -99px;
		}
	
#cbmuBack a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 229px;
	height: 63px;
	background-image: url(../img/cbmu-head-back.jpg);
	text-indent: -99999px;
}

	#cbmuBack a:hover {
		background-position: 0pt -63px;
	}
				
	#appImg a{
		position: absolute;
		top: 0px;
		right: 35px;
		width: 170px;
		height: 93px;
		background-image: url(../img/appStore.jpg);
		text-indent: -99999px;

	}	
	
	
#middle {
	position: relative;
	height: 283px;
	padding-left: 55px;
	padding-right: 55px;
}

	#sneakPeek {
		position: absolute;
		top: 25px;
		left: 140px;
		margin: 0;
		padding: 0;
	}

#bottom {
	position: relative;
	height: 288px;
	padding-left: 55px;
	padding-right: 55px;
}

	.thumbs {
		margin-top: 25px;
		margin-right: 15px;
		border: 10px solid #fff
	}
	
	#form {
		position: absolute;
		top: 60px;
		right: 55px;
		font: bold 1.2em/1.4em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
		color: #563703;
		line-height: 1.2em;
		text-align: right;
	}
	
		#saveForm {
			margin-top: 10px;
		}
		
		#addBTN {
			position: absolute;
			right: 0px;
			top: 145px;
		}
		
		.addthis_button_compact {
			font-size: .8em;
			text-decoration: none;
		}
		
			a.addthis_button_compact {
				color: #105cb6;
				font-weight: normal;
				padding: 0px;
			}
	

	
	
	