body{
    background-image: url("logistic-world_800.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color : #00558b;
	 
  
  }
  .bottomleft {
    position: absolute;
    bottom: 16px;
    left: 24px;
   font-size: small;
   margin-left: 40px;
  }
  .bottomright {
    position: absolute;
    bottom: 16px;
    right: 24px;
	margin-right: 40px;
  }
  
  #cp{
    color : #5091CD;
	font-family: Tahoma,Verdana,Segoe,sans-serif; 
	text-decoration: none;
  }
  .center {
    position: absolute;
    top: 70%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
  }
