Neo's page is damn cool

Here is a varation to show how to
hide the background of a page to show wallpaper, and only show boxes
EXAMPLE : RED HOT FIRE
<style>
/* set background image */
body {
background-image:url(
http://i37.tinypic.com/21t0cl.jpg);
}
/* hide page background */
#wrapper {background-color:transparent;}
#page_bg {background-color:transparent;}
#content {background-color:transparent;}
/* border color for boxes and add size */
.bordercolor {background-color:#c33102;padding: 2px;}
/* set color of boxes */
.windowbg {background:#5e0000;}
/* set color for title background and text */
.titlebg, .titlebg a:link, .titlebg a:visited {
background: #5e0000;
color:black;
}
/* comment pages bar */
.catbg3 {background:#5e0000;}
/* set color comment text area & text color */
.windowbg2 {background:#5e0000; color:white;}
/* set link colors */
.windowbg a {color:yellow;}
.windowbg a:visited {color:yellow;}
.windowbg a:hover {color:yellow;}
/* set color for links in title box that has link */
.titlebg a:link, .titlebg a:visited {
background-color:#5e0000;
color:black;
}
/* set top menu colors */
maintab_back a, .maintab_back a:visited {
color:red;
}
/* Hides the login box */
#header_r {display:none;}
/* change profile member name */
.membername {font-size:20px;color:yellow;}
</style>