Just found a code of CSS3 while surfing on net.Which gives professional look to your page with CSS3.Simply replace the code of background for body with below code.
background:radial-gradient(circle farthest-corner at center top , #EBEBEB 0%, #7A7A7A 100%);
Change the above two value if you want different background color.
Save the code and Feel the change.