body {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;

  background-image: url('img/bg.jpg');
  background-repeat: repeat;

  font-family: times, verdana, courier;
  font-size: 17px;
  color: #818181;

}


img {
border-style: none;
}

#logo {
  
  text-align:left;
  font-family: arial;
  font-size: 21px;
  line-height: 100%;
  
  vertical-align: middle;
  line-height: 62px;
}

p {

  text-align:left;
  width: 750px;
  font-family: times;
  font-size: 17px;
  line-height: 150%;
  margin-left: 90px;
  margin-top: 50px;

}

p:first-line {

font-size: 34px; 
color: #ffffff; 

}

#footer {

  text-align:center;
  width: 750px;
  height: 45px;
  font-family: times;
  font-size: 14px;
  line-height: 45px;
  margin-left: 90px;
  margin-top: 50px;
  background: #000000;
  border-style: dashed;
  border-width: 1px;
  border-color: #252525;
  vertical-align: middle;
  
}

a:link {color: #ffffff; text-decoration: none; background: #292929;}
a:active {color: #ffffff; text-decoration: none; background: #2a93ff; }
a:visited {color: #ffffff; text-decoration: none; background: #292929; }
a:hover {color: #ffffff; text-decoration: none; background: #2a93ff; }
