body
{ 
background: url(background.jpg) repeat; 
background-attachment: fixed;
}

/*   background-color: #ffffff; */
div.mainbox
{
  /* background: url(bgtrans.gif) repeat; */
  border: 1px solid black;

  /*background-color: white; */
  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;


  }


A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}


.linkbar A:link {text-decoration: none; color: white;}
.linkbar A:visited {text-decoration: none; color: white;}
.linkbar A:active {text-decoration: none;}
.linkbar A:hover {text-decoration: none; color: yellow;}
.linkbar {color: white;}
/* p {display: inline;} */

h3, h4 {display: inline;}

A img {border: 2px solid black;}
A:hover img {border: 2px solid red;} /* #FF9900 */
div {font-size:1.0em;}

#bike {
  /*background-image: url(images/675b.gif);*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 0px;
  padding: 0px;
  border: 0px;
  /*height: 410px;*/
}

.flow {
  float: right;
  clear: right;
  margin: 0px 1.25em 0px 0px;
}


.notrans {
  z-index: -1;
  position: absolute;
  top: 46px; right: 80px;
}
