html, body {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
      }
      body{
	    background-color: #333;
  background: url('../images/worldsecond_bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;      
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";  
        
      }
      #map {
        width: 100%;
        height: 90%;
        position: relative;
        left: 0px;
        top:0px;
        margin-bottom: 50px;
        padding-bottom: 50px;
        
      }
      #bottom{
	      padding: 2px;
	      background: #ef4d52;
	      color: #fff;
	      position: fixed;
	      bottom: 0px;
	      left: 0px;
	      width: 100%;
	      z-index: 999;
	      text-align: center;
	      font-size: 25px;
      }
      #bottom a:link{
	      color: #fff;
      }
      #bottom a:hover, #bottom a:active{
	      color: #1851ac;
      }
      #header{
	      text-align: center;
	      width: 100%;

	      z-index: 999;
	      position: relative;
	      top:0px;
	      height: 150px;
	      margin-top: 20px;
	      margin-bottom: 10px;
	     
	      background-image: url('../images/worldsecond_header.png'); 
	      background-repeat: no-repeat;
	      background-position: center center;
	      background-size: auto 100%;
	      
      }
      #myModal{
	      z-index: 9999;
      }
      div.jqvmap-zoomin{
	      width: 25px;
	      height: 22px;
	      font-size: 20px;
	      
	     
      }
      div.jqvmap-zoomout{
      	margin-top: 10px;
	      width: 25px;
	      height: 22px;
	      font-size: 20px;
	      
	     
      }