I want the sides of my myspace to look like:

I have:
<style>
body {
background-color: rgb(0, 137, 0);
background-color: rgb(255, 255, 0);
background-color: rgb(255, 0, 0);
}
</style>
And only the last color shows up as the border. I want all 3.
HELP.