#main {
	padding-left: 70px;
	background-image: url(../_images/home-background.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: bottom left;	
}

#strains {
	height: 208px;
}

#strains .strain {
	width: 186px;
	height: 128px;
	float: left;
	background: url(../_images/strain-block.png) no-repeat top left transparent;
}

#strains a {
	margin: 0;
	margin-top: 89px;
}

#home {
	display: none;
}