Go to Customize Profile and in the advanced CSS box, paste this code: .FCS {rounded corners with custom border and background colors} .FCS {first value and second value is the corner colors default at black} div.contentTop, div.contentTop div, div.contentBottom, div.contentBottom div {background-image:url(http://profile.myspace.com/rc.ashx?bg=000000&r=10&w=2000&s=000000&sw=1);} .FCS {border style - change only color values} div.contentTop div div {border-top: solid 1px #000000;} div.contentBottom div div {border-bottom: solid 1px #000000;} div.contentMid {border-left: solid 1px #000000;} div.contentMid1 {border-right: solid 1px #000000;} .FCS {background color for content area} div.content, div.contentTop div div, div.contentBottom div div {background-color:#000000;} .FCS {background color for outside area} body {background-color:#ffffff;} .FCS {set the margin and height of the top and bottom div for content} div.contentTop div div {height:9px; margin: 0px 10px;} div.contentBottom div div {height:9px; margin: 0px 10px;} div.contentMid2 {margin: 0px 10px;} div.contentTop div {background-position: top right;} div.contentBottom {background-position: bottom left;} div.contentBottom div {background-position: bottom right;} div.contentTop div div, div.contentBottom div div {background-image:none;} .FCS {optional - move content} div.contentTop {margin-top:30px;} .FCS {optional - background color for inner content} div.contentMid2 {background-color:#F64589;}
Customize the color values to your likings.