 
BODY{
  font-size : 20px;
  font-family : Tahoma;
  line-height : 25px;
  
  background-image : url(red.jpg);
  background-repeat : no-repeat;
  
  

  background-attachment : fixed;
background-position : 1px 300px;
  background-color : #ffffff;
  color : black;
}
