body {
background-color : #1F3B20;
background-image: url("http://bab.2.free.fr/images/back1.jpg") ;
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
}
.page {
width: 67%;
border: 3px solid #CC9933;
padding: 1em 1%;
background: transparent;
color: #1F3B20;
}
.menu {
  position: absolute;
  top: 1em;
  right: 1%;
  border: 3px solid #CC9933;
  padding: 1em;
  width: 23%;
  
  background: transparent;
  color: #1F3B20;
  vertical-align: middle;
}
html>body .menu {
  position: fixed;
}
.mainrow {
border: 2px solid #1F3B20;
background-color: #CC9933;
text-align: center;
font-size: 16px;
font-family: Trebuchet MS;
color: #1F3B20;
/* filter : alpha(opacity=50); */
/* -moz-opacity: 0.5; */
}
.mainrow1 {
border: 2px solid #1F3B20;
background-color: #CC9933;
text-align: center;
font-size: 16px;
font-family: Trebuchet MS;
color: #1F3B20;
}
.row1 {
border: 1px solid #1F3B20;
background-color: #EFDFA7;
text-align: center;
font-size: 12px;
font-family: Trebuchet MS;
color: #1F3B20;
}

.text1 {
text-align: center;
text-decoration: none;
font-size: 14px;
font-family: Trebuchet MS;
color: #1F3B20;
background-color: #EFDFA7;
border: 1px solid #1F3B20;
}
a {
text-decoration: none;
color: #1F3B20;
}
a:visited {
text-decoration: none;
color: #1F3B20;
}
a:hover {
text-decoration: none;
color: #DD6900;
}
.red {
color: red;
}
