﻿/*主框架*/
#hmDiv 
{
  width:1200px;
  height:1123px;
  
  background-color :rgb(255,255,255);
  position: absolute;
  top:5px;
  left:33%;
  margin-left:-397px; 

}
 
 /*標題*/
 #hmTop
 {
   width:1200px;
   height:100px;
  
   background-color :rgb(255,255,255);
   background-image: url('../IMG/Logo.jpg');
   background-repeat :no-repeat;
  background-position :center;
   float: left;
  text-align: center;
}

 /*左方框*/
 #hmLeft
 {
   width:395px;
   height:200px;
   border:1px solid rgb(34,139,34);
   float: left ;
   
 }
 
  /*右方框*/
 #hmRight
 {
   width:395px;
   height:200px;
   border:1px solid rgb(34,139,34);
   float: left ;
   
 }
 
 
  /*右方框*/
 #hmADA
 {
   width:395px;
   height:200px;
   border:1px solid rgb(34,139,34);
   float: left ;
   
 }
 #hmDown
 {
   width:525px;
   height:394px;
   background-image: url('../IMG/melink.jpg');
   background-repeat :no-repeat;
   position: relative;
   left:317px;
  top: 6px;
}
 
 #BoxImgHmJack
 {
   width:395px;
   height:150px;
   background-image: url(../IMG/hmjack.png);
   background-repeat :no-repeat ;
 }
 #BoxImgCertican
 {
   width:395px;
   height:150px;
   background-image: url(../IMG/certican.png);
   background-repeat :no-repeat ;
 }
  #BoxImgADA
 {
   width:395px;
   height:150px;
   background-image: url(../IMG/ADA.png);
   background-repeat :no-repeat ;
 }
 .BoxButton
 {
   width:100px;
   position: relative;
  top:14px;
  left:142px;
 }
 
 .BoxSPACE
 {
   width:1200px;
   height:20px;
   float: left;
 }
