I found this lying around:
background-image: -moz-linear-gradient(center top, #B6D3F4, #5483B8);
I assume the 2nd and 3rd params are the start and end color of the gradient, but what exactly does the first param "center top" mean?
Given that -moz-linear-gradient is obviously specific to Mozilla, what's the equivalent CSS3 standard version of this rule?