
body{
  background-color : #000000;
  background-image : url(waterlily01c.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position  : 100% 100%;
}
div.main{
  width : 500px;
  margin-left : 5px;
  line-height : 1.5em;
  background-color : #ffffff;
  padding : 10px;
}
.title{
  margin-top : 50px;
  text-align : center;
  font-weight : bold;}
.text{
  font-size : 15px;
  color : #555555;}
