#road
{
  height:22.6%;
  position:absolute;
  bottom:0px;
  width:400%;
  z-index:3;
}

.road_general
{
  font-size:1px;/*Kvuli IE, protože vykresluje nejmenší výšku divu tak aby se tam vlezl text*/
  width:100%;
  background:white;
}

#road_shoulder_line
{
  height:3%;
}

#road_up_lane
{
  height:42%;
}

#road_bottom_lane
{
  height:47.5%;
}

.road_central_line
{
  height:2.5%;
}

.greyway
{ 
  background-color:rgb(25,25,25);
}