/*
  Copyright Art. Lebedev | http://www.artlebedev.ru/
*/

.sea_scene {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.sea_scene .bg {
  height: 502px;
  width: 100%;
  position: relative;
  background: #ffffff url('img/bg.png') repeat-x;
}

.sea_scene .truck {
  width: 756px;
  height: 303px;
  position: absolute;
  top: 186px;
  left: -378px;
  background: url('img/truck.png') repeat-x;
}

.sea_scene .truck .wheel {
  position: absolute;
  background: url('img/wheels.png') no-repeat;
  background-position: 0 0;
  width: 55px;
  height: 55px;
  top: 231px;
}

.sea_scene .truck .wheel_1 {
  left: 68px;
}

.sea_scene .truck .wheel_2 {
  left: 163px;
}

.sea_scene .truck .wheel_3 {
  left: 377px;
}

.sea_scene .truck .wheel_4 {
  left: 611px;
}

.sea_scene .ship {
  width: 270px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px;
  background: url('img/ship.png') no-repeat;
  background-position: 0 0;
}

.sea_scene .sharks {
  width: 319px;
  height: 50px;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -500px;
  background: url('img/sharks.png') no-repeat;
  background-position: 0 0;
}

