To get the backgound image of the page:
body {background: #FFF url('images/bodybg.png') repeat-x fixed;}
You may also wanna customise your hyperlinks:
a: {color:#333 ;text-decoration:underline }
a:hover {color:#CCC ;text-decoration:none }
Change the stuff in RED to suit your needs
Last edited by LEGEND; 07-16-2009 at 11:23 AM.
|