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;}
  .main { width: 800px; height: 496px; margin: auto; position: relative;
          color: black; background: white url('./background.jpg') no-repeat;}
    .contact { padding: 15px; text-align: left; }
    .domain-name { font-size: 20px; font-weight: bold; position: absolute;
                   bottom: 30px; right: 30px; text-align: right;}
    .domain-about { font-size: 15px; font-weight: bold; position: absolute;
                    bottom: 40px; left: 30px; text-align: right; color: #242424;}

  .google-top { width: 728px; height: 90px; margin: 10px auto; }
  .google-bottom { width: 728px; height: 90px; margin: 10px auto; }
