/* Главная страница */
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: white;
  overflow: auto;
  color: gray;
}

#title {
width: 100%;
height: 99px;
padding: 0;
margin: 0;
border: none;
background: url("http://spb-msk.busla.ru/style/spb-msk.png") no-repeat center;
}

h1, h2 {display: none;}

a:link {color: gray; text-decoration: underline;}
a:visited {color: gray; text-decoration: underline;}
a:hover {color: black; text-decoration: underline;}
a:active {color: gray; text-decoration: underline;}

li {list-style: none; font: 10px Verdana, sans-serif;}
h3 {font: 12px Verdana, sans-serif; margin: 0 0 1em 0;}

#diff {background: url("http://spb-msk.busla.ru/style/janus.jpeg") no-repeat; padding-left: 120px; height: 120px;}
#spb {background: url("http://spb-msk.busla.ru/style/pp.jpeg") no-repeat; margin-left: 25%; padding-left: 130px; height: 130px; color: silver;}
#msk {background: url("http://spb-msk.busla.ru/style/bc.jpeg") no-repeat;margin-left: 50%; padding-left: 130px; height: 130px; color: silver;}

#footer {
  display: block;
  position: absolute;
  bottom: 0;
  height: 35px;
  padding: 5px;
  margin: 0;
  border: none;
}

#footer a:link {color: gray; text-decoration: none;}
#footer a:visited {color: gray; text-decoration: none;}
#footer a:hover {color: black; text-decoration: none;}
#footer a:active {color: gray; text-decoration: none;}

#footer img {display: block; margin: 0; padding: 0; border: none;}

address {
  display: block;
  float: right;
  width: 30%;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  text-align: right;
}
