/* 
This is the basic style sheet, 
seen by all browsers. 
*/ 
body { 
background: #ffffff; background-image: url(/images/bg2-2.jpg); background-attachment: fixed; background-repeat: no-repeat;
margin: 0px; 
padding: 0px; 
} 
p { 
width: 90%; 
} 
#nav p{ 
width: 130px; 
} 
#content { 
width: 650px; 
position: absolute; 
top: 0px; 
left: 160px; 
z-index: 98; 
} 
#nav { 
/* 
The following lines need to be 
hidden from NN4.x 
*/ 
/*/*/ 
z-index: 99; 
height: 100%; 
/* 
We will let NN4 see the rest of 
this rule. 
*/ 
padding: 10px; 
width: 130px; 
position: absolute; 
left: 0px; 
top: 0px; 
} 
body>div#nav 
{ 
position: fixed; 
} 

