/*  GRID OF TWO WELCOME */

.span_2_of_W {
	width: 45%;
	padding-bottom: 0;
	float: right;
}

.span_1_of_W {
	width: 52%;
	padding-bottom: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS  */

@media only screen and (max-width: 480px) {
	.span_2_of_W {
		width: 100%;
		float: none;
	}
	.span_1_of_W {
		width: 100%;
		position: initial;
	}
}