#pack{
  background-color : gray;
  width : 750px;
  margin : 0 auto ; 
}

#head{
  background-color : white;
  width : 750px;
  height : 100px;
  clear : both;
  left : -2px;
}

#top{
  background-color : white;
  width : 550px;
  height : 350px;
  float : right;
}

#side{
  background-color : white;
  width : 200px;
  height : 750px;
  float : left;
}

#main{
  background-color : white;
  width : 550px;
  height : 400px;
  float : right;
}

#foot{
  background-color : white;
  width : 750px;
  height : 70px;
  clear : both;
}

BODY{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

H4{
  color : yellow;
  background-color : olive;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 30px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 10px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : black;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : black;
  border-right-color : black;
  border-bottom-color : black;
  width : 450px;
}

PRE{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : silver;
  border-left-color : silver;
  margin-left : 40px;
  margin-right : 40px;
  font-size : 13px;
  text-align : left;
  
}
