html { height: 100%;}
body { height: 100%; min-height: 100%; height: auto;
       position: relative; margin:0px; padding: 0px;
       font-family: Tahoma, Arial, sans-serif;
     	 font-size: 11px; text-align:center; color: black;
       background: white;
}

a { color: #0066CC; text-decoration: underline;}
a:hover { color: #0000CC;}

h1 { margin: 0px 0px 15px 0px; padding: 0px; font-family: Tahoma, Arial, sans-serif;
     font-size: 14px; font-weight: bold;}

.wrap { width: 1000px; margin: auto; margin-top: 20px;}
  .main { width: 800px; height: 500px; margin: auto; position: relative;
          color: black; background: white url('./background.jpg') no-repeat;}
    .contact { text-align: left; position: absolute; left: 100px;
               top: 100px;}
    .domain-name { font-size: 23px; font-weight: bold; position: absolute;
                   top: 40px; left: 120px; text-align: right; color: #093e53;}
    .domain-welcome { font-size: 18px; font-weight: bold; position: absolute;
                      top: 10px; left: 50px; text-align: left; color: #093e53;}

  .google-top { width: 728px; height: 90px; margin: 10px auto; }
  .google-bottom { width: 728px; height: 90px; margin: 10px auto; }
