
  #wrap {
    width:770px;
	
    margin:0 auto;
    background: url(/_moving/new_site_HBS.jpg) no-repeat center top;
        background-size: 100%;
        height:40%;
  }

  #header {
    padding:5px 10px;
  }

  h1 {
    margin:0;
       text-shadow: 1px 1px 2px #111;
        font-size: 36px;
        color: yellow;
  }

  #main {
    float:left;
    width:280px;
    padding:10px;
    background-color:rgba(0,255,255,0.3);

   border-radius: 15px;
  }

  h2 {
    margin:0 0 1em;
  }

  #sidebar {
    float:right;
    width:280px;
    padding:10px;
    background-color:rgba(0,0,255,0.3);
    border-radius: 15px;
    font-weight: bold;
    color: white;
  }

  #footer {
    clear:both;
        text-align: center;
  }

  #footer h2 {
    margin:0;
    text-shadow: 1px 1px 2px #111;
    font-size: 30px;
    color: white;
    padding: 4px;

  }

  #go_visit_now {
      text-align: center;
      font-size: 24px;
      color: lime;
             text-shadow: 1px 1px 2px #111;
    }
  #go_visit_now a {
            text-decoration: none;
                  color: lime;

          }
  #go_visit_now a:hover {
                   text-decoration: underline;
                 }
