/* CSS Document */
/* base styles
-------------------------------*/
html{
margin:0;
padding:0;
background: url(images/linky.jpg);}

/* header styles
------------------------------*/
#header {
background: url(images/junk2.gif) no-repeat;
margin-top: -82px; 
margin-left: 0px;
margin-bottom: 5px;
width: 900px; 
height: 191px; 
position:absolute;}

body {
background-color:#000000;
background: url(images/mainpage.jpg) no-repeat;
margin-top: 82px; 
margin-left: auto;
margin-right: auto;
width: 900px;
height:625px;}

