/* Image information */
.Image_Logo {
    background-image: url("Graphics/Logo.png");
    background-repeat: no-repeat;
    padding: 0px;
    position: fixed;
    top: 320px;
    left: 1004px;
    width: 625px;
    height: 483px;
}
.Image_Street {
    background-image: url("Graphics/Street.png");
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1649px;
    height: 768px;
}
.Image_Buildings_01 {
    background-image: url("Graphics/Buildings_01.png");
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1649px;
    height: 768px;
}
.Image_Buildings_02 {
    background-image: url("Graphics/Buildings_02.png");
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1649px;
    height: 768px;
}
.Image_Buildings_03 {
    background-image: url("Graphics/Buildings_03.png");
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1649px;
    height: 768px;
}
.Image_Person_01 {
    background-image: url("Graphics/Person_01.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 6px;
    height: 12px;
}
.Image_Car_01_A {
    background-image: url("Graphics/Car_01_A.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_01_B {
    background-image: url("Graphics/Car_01_B.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_02_A {
    background-image: url("Graphics/Car_02_A.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_02_B {
    background-image: url("Graphics/Car_02_B.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_03_A {
    background-image: url("Graphics/Car_03_A.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_03_B {
    background-image: url("Graphics/Car_03_B.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_04_A {
    background-image: url("Graphics/Car_04_A.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_04_B {
    background-image: url("Graphics/Car_04_B.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 23px;
    height: 22px;
}
.Image_Car_05_A {
    background-image: url("Graphics/Car_05_A.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 37px;
    height: 30px;
}
.Image_Car_05_B {
    background-image: url("Graphics/Car_05_B.png");
    background-repeat: no-repeat;
    position: fixed;
    width: 37px;
    height: 30px;
}
  /* For mobile phones: */
@media only screen and (max-width:1300px) {

.Image_Logo {
    top: 800px;
    left: 100px;
}

}