/*- gradient --------------------- */
.grv {
	position:relative;
	width:100%;
	height: 50px;
	}
.grh {
		position:relative;
		width:600px;
		height:5px;
		display:block;
		float:right;
		font-size:1px; /* for IE, which wont allow for an element to be less high than the default font size. */
		text-align:center;
	}

