*{
  border                : 0px solid #eee;
  margin                : 0;
  padding               : 0;
  list-style            : none;
  overflow              : auto;
  }

html { 
  background            : url(Images/tamyoga.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size  : cover;
  -o-background-size    : cover;
  background-size       : 100%,30%;
  }

body{
  font-family           : Arial,Helvetica,sans-serif;
  font-size             : 10px;cursor:default;
  text-align            : center;
  }


#.stretch {
#  width                 : 100%;
#  height                : 100%;
#  }

:link {
  color                 : black;
  text-decoration       : underline;
  }

:visited {
  color                 : black;
  text-decoration       : underline;
  }

#welcome {
  position              : absolute;
  top                   : 1%;
  width                 : 100%;
  text-align            : center;
  margin-top            : 10%;
  margin-left           : auto;
  margin-right          : auto;
  font-size             : 250%;
  font-weight           : bold;
  color                 : white;
  }

#contact {
  position              : absolute;
  top                   : 55%;
  width                 : 100%;
  text-align            : center;
  margin-top            : 10%;
  margin-left           : auto;
  margin-right          : auto;
  font-size             : 250%;
  font-weight           : bold;
  color                 : white;

  }

#footer{
  position              : absolute;
  text-align            : center;
  bottom                : 1%;
  margin-left           : auto;
  margin-right          : auto;
  width                 : 100%;
  }
