body {
	background: url( '../images/logos.jpg' ) no-repeat;
	height: 100%;
    padding-left: 220px;
}

.column  {
	float: left;
	width: 48%;
    margin-top: 25px;
}

/* This will apply a style only to the div with the ID 'div' and the CLASS 'column' on the same element. */
 #second.column {
	border-left: 1px solid #089346;
    padding-left: 23px;
} 
