/* style sheet for welcome page  */
.bottom-box{
	float: left;
	width: 244px;
	height: 140px;
}
.inner-img{
	float: right;
	margin-left: 10px;
}
.vert-divider{
	float: left;
	width: 11px;
	height: 140px;
	border-right: dotted 1px #000;
	margin-right: 12px;
}