@import url('sitestyle.css');

body {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background: #365602 url(../images/bg.jpg) repeat-x; 
  color:#fff;
  font-family: 'Trebuchet MS',Arial, Tahoma;
  font-size: 12px;
}
a {
  text-decoration:none;
}
#up {
  width: 1000px;
  height:651px;
  margin-left:auto;
  margin-right: auto;
  background: url('../images/up.jpg');
}
#down {
  width: 1000px;
  height:233px;
  margin-left:auto;
  margin-right: auto;
  background: url('../images/down.jpg');
  color:#bbd977;
}
#usoyka {
  float:left;
  position: relative; 
  left:103px; 
  top:346px; 
  width:402px;
  height: 244px;
  background: url(../images/usoyka.gif) no-repeat;
  cursor:pointer;
}
#sofia {
  float:left;
  position: relative; 
  left:120px; 
  top:346px; 
  width:402px;
  height: 244px;
  background: url(../images/usoyka.gif) no-repeat;
  cursor:pointer;
}
.down_left {
  float:left;
  position:relative;
  top:20px;
  left:100px;
  text-align: left;
}
.down_right {
  float:right;
  position:relative;
  top:20px;
  right: 100px;
  text-align: right;
}
