body {
	position: relative;
	min-width: 910px;
	margin: 0 auto;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background: url("../images/global/background-grad.png") top #fff repeat-x;
}

#frame {
	width: 910px;
	margin: 0 auto;
}

h1#logo {
	height: 77px;
	background: url("../images/global/logo.png") no-repeat;
	text-indent: -9999px;
}

#main-art {
	width: 910px;
	height: 253px;
	margin-bottom: 10px;
}

#work-wrapper, #contact-wrapper {
	width: 910px;
	margin-bottom: 34px;
}

	#work-wrapper .work-node {
		float: left;
		margin: 0 10px 0 0;
	}
	
	#work-wrapper .none {
		margin-right: 0;
	}
	
		.work-node a {
			display: block;
			width: 210px;
			height: 100px;
			border: 5px solid #ccc;
			text-indent: -9999px;
		}
		
		#spongecell a:hover, #dr-rosenberg a:hover, #eando-insurance a:hover, #brick-and-mortar a:hover  {
			background-position: 0 -100px;
		}
		
		#brick-and-mortar a {
			background: url("../images/thumbs/brick-and-mortar.png");
		}
		
		#eando-insurance a {
			background: url("../images/thumbs/eando-insurance.png");
		}
		
		#dr-rosenberg a {
			background: url("../images/thumbs/dr-rosenberg.png");
		}
		
		#spongecell a {
			background: url("../images/thumbs/spongecell.png") no-repeat;
		}
		
	h3 {
		height: 14px;
		text-indent: -9999px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ddd;
	}
	
		
	h3#recent-work {
		background: url("../images/global/recent-work.png") no-repeat;
	}
	
	h3#contact-us {
		background: url("../images/global/contact-us.png") no-repeat;
	}
	
	
	