assasin
[quote]table#flo_wrapper {
margin: 30px auto 30px auto;
border: #4d4d4d;
border-style:inset;
border-width: 7px;
background: #000000;
background-attachment: fixed;
background-repeat: no-repeat;
background-image: url(URL PIC);
background-position: center;[/quote]
paste aja d CSS kamu d bawah ini
[quote]/* PAGE BACKGROUND */
body {
background-image: url(URL PIC) ;
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-color: #000000;
scrollbar-arrow-color: #FFFF00;
scrollbar-base-color: #474747;
scrollbar-dark-shadow-color: #2323230;
scrollbar-track-color: #484848;
border-style:solid;
border-top-color: #8d8987;
border-bottom-color: #8d8987;
border-left-color: #2c2c2c;
border-right-color: #2c2c2c;
border-top-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-right-width: 10px;
}[/quote]