div#bulk_images {
	margin: 20px 0px 0px 20px;
	width: 909px;
	height: 480px;
	}
	
div#nic_eic {
	width: 209px;
	height: 480px;
	background-image: url('../images/nic_eic.png');
	float: left;
	}
	
div#van {
	width: 209px;
	height: 480px;
	background-image: url('../images/van.png');
	float: left;
	}
	
div#gas {
	width: 209px;
	height: 480px;
	background-image: url('../images/gas_safe.png');
	float: left;
	}
	
div.sub_title {
	width: 199px;
	height: 80px;
	margin: 380px 5px 0px 5px;
	text-align: center;
	line-height: 38px;	
	color: #ffffff;
	}
	
div.sub_title a {
	color: #ffffff;
	transition:.5s;
	}
	
div.sub_title a:hover {
	color: #000037;
	transition:.5s;
	text-shadow: 0px 4px 4px #fff;
}
	
div#box_right {
	width: 272px;
	height: 480px;
	margin-left: 10px;
	float: left;
	}
	
div#text_right {
	width: 258px;
	height: 360px;
	float: left;
	}
	
div#lower_box {
	width: 909px;
	height: 215px;
	margin: 10px 0px 20px 20px;
	}
	
div#lower_text {
	width: 627px;
	height: 215px;
	margin-right: 10px;
	float: left;
	}

div#window {
	width: 272px;
	height: 215px;
	background-image: url('../images/window.png');
	float: right;
	}