#eScribe {
    	position: relative;
	width: 250px;
    	float: right;
    	right: 50%;
	height: 35px;
}

#eScribeInfo {
	width: 250px;
	height: 30px;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
    	position: absolute;
    	float: left;
    	left: 50%;
	z-index: 4;
}

#bottomBorder {

	position: absolute;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 4px;
	z-index: 5;
	float: left;
	left: 50%;

}

