* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #b6b6b6;
}
/* TO ADD OR SUBTRACT BOXES, ADD OR SUBTRACT 200 FROM EACH 'height' PROPERTY. THERE ARE 3. */
#container {
	width: 972px;
	height: 1726px;
	margin: 0 auto;
	text-align: center;
}
#leftLogo {
	margin-left: 53px;
	margin-top: 318px;
	cursor: pointer;
}
#topText {
	margin-top: 53px;
	margin-bottom: 228px;
	cursor: pointer;
}
#leftCol {
	width: 486px;
	height: 1676px;
}
#rightCol {
	width: 486px;
	height: 1676px;
	text-align: left;
}
.column {
	background-color: #fff;
	float: left;
}
.boxImg {
	border: 1px solid black;
	cursor: pointer;
}
.box {
	margin-bottom: 17px;
	margin-right: 17px;
}
.cell {
	display: inline;
	margin-left: 4px;
}


