/* Style sheet for Outings 2002 */

body { 
background: url('../pix/bg_brekko.jpg') no-repeat bottom fixed; 
font: .67em Times New Roman, Arial; 
color: #333333;
margin: 0;
padding: 0;
}
  A:link { color: #C64A4A }
  A:visited { color: #C64A4A }
  A:active { color: #C64A4A }

#inside {
position: absolute;
top: 0px;
left: 50px;
width: 700px;
height: 100%;
border: 0px;
background: white;
}
html > body #inside {
background: transparent url('../pix/bg_txt.png') repeat;
top: 0px;
}

