html , body {

height: 100%;
  background-image:url("img/bg2.jpg");
  background-repeat:no-repeat;
  background-position:top center;
}

div.main {
  width: 780px;
  height: 100%;
  text-align:middle;
}
div.head {float:left; width:780px;
  height: 120px;

}
div.menu {float:left; width:780px;
  height: 20px;
  padding-top: 20px;
  padding-left: 20px;
  text-align: center;
}
div.content {float:right; width:780px; height:250px;
text-align: left;
color: #ffffff;
font-size: 10;
}

p.ct{
font-weight: 700;
font-size: 12;
color: #897656;}

p.main{
font-weight: 400;
font-size: 12;
color: #000000;}

h1{
font-weight: 700;
font-size: 11;
color: #e5d2b4;}


div.foot {float:left; width:780px;
padding-top: 50px;

}
