body {


       background: #000000;


       background-image: url(./bg.gif);


       color: #f8f8ff;


       background-repeat: repeat;


       background-position: center top;


       background-attachment: fixed;


       text-align: center;


       position: relative;


 }


 #bodyCenter {


 width: auto;


 height: auto;


 position: relative;


 margin-left: auto;


 margin-right: auto;


 }


 :link img {


 border: 0px none;


 }


 a img {


 border-style: none;


 }


 a {


 color: #ffffff;


 background: transparent;


 text-align: center;


 }


 a:link {


 color: #fffafa;


 background: transparent;


 text-align: center;


 }


 a:hover {


 color: #f8f8ff;


 background: transparent;


 text-align: center;


 }


 a:focus, a:active {


 color: #ffffff;


 background: transparent;


 text-align: center;


 }    