Vemanagement.css 289 Bytes
.bg{
	background: -moz-linear-gradient(top, rgba(113, 152, 130, 1), rgba(38,154, 196, 1)) ;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(113, 152, 130, 1)), to(rgba(38,154, 196, 1))) ;
	background: -o-linear-gradient(top, rgba(113, 152, 130, 1), rgba(38,154, 196, 1));
}