body{
	margin: 0;
	padding: 0;
	background: url('../images/design-bg-grid.jpg') fixed no-repeat top center #f0f0ef;
	-moz-background-size: cover;
  	background-size: cover;
}

#wrapper{
	margin: 0 5%;
	min-width: 1020px;
}
.container{
	width:1020px;
}
#nav{
	margin: 15px 0 0 15px;
}
#masthead{
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	}
	
	#masthead img#logo{float:left;margin-left: 15px;}
	
	#masthead img#tagline{float:right;margin-right: 15px;}	

#grid{
	width:100%;
	clear: both;
	margin-bottom: 200px;
}
	#grid #banners{
		height: 350px;
		width: 650px;
		margin: 15px;
		overflow: hidden
	}
	#grid #banners img{margin: 0 !important}
	#grid img{
		margin: 15px;
		cursor: pointer;
	}
	
		#grid img.tall,
		#grid img.reg,
		#grid img.short{
			width:310px;
		}
		
		#grid img.tall{height: 455px;}
		#grid img.reg{height: 266px;}
		#grid img.short{height: 160px;}
		
#footer{
	background: url('../images/design-footer-bg.png') repeat;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	padding: 0 5%;
	min-width: 1020px;
	z-index: 1000;
}
	#footer img#utility-nav{float:left;margin-left: 15px;margin-top:40px;}
	#footer img#start-project{float:right;margin-right: 15px;margin-top:25px;}