<style>
.grad{
background: -webkit-gradient(linear, left top, left bottom, from(#84c8d7), to(#327fbd));
background: -moz-linear-gradient(top, #84c8d7, #327fbd);
filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr="#84c8d7", endColorstr="#327fbd");
}
</style>
<div class="grad">This is a DIV with gradient background.</div>