CSS IV
Try this:
<html>
<head>
<style type=”text/css”>
body
{
background-image:url(YOU PUT THE SITE IN HERE’);
background-repeat:no-repeat;
background-position:right top;
margin-right:200px;
}
</style>
</head>
<body>
<p>Now??</p>
</body>
</html>
Here’s a site for making your own background gradients.
Edit