#main{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0px 0px -500px;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  overflow: hidden;
  font-family: helvetica;
  font-size: 12px;
}
#content{
  /*position: absolute;*/
  left: 125px;
  /*top: 90px;*/
  margin-top: 52px;
  width: 750px;
  max-width: 750px;
  min-width: 750px;
  height: 420px;
  min-height: 420px;
  max-height: 420px;
  overflow: hidden;
}
#left{
  position: absolute;
  left: 125px;
  top: 90px;
  width: 335px;
  max-width: 335px;
  min-width: 335px;
  height: 380px;
  min-height: 380px;
  max-height: 380px;
  overflow: hidden;
  padding: 20px;
  z-index: 2;
}


#right{
  position: absolute;
  right: 125px;
  top: 90px;
  width: 335px;
  max-width: 335px;
  min-width: 335px;
  height: 380px;
  min-height: 380px;
  max-height: 380px;
  overflow: hidden;
  padding: 20px;
  z-index: 2;
}
#menu_1{
  /*position: absolute;
  top: 26px;*/
  margin-top: 26px;
  left: 125px;
}
#menu_1 a{
  /*border-right: 1px solid #000000;*/
  line-height: 16px;
  margin-right: 5px;
}
#menu_1 a.act{
  /*border-right: 1px solid #c10076;*/
}

#menu_2{
  /*position: absolute;
  bottom: 50px;*/
  margin-top: 42px;
  left: 125px;
}
#menu_2 a{
  
  margin-right: 5px;
}
#menu_2 a.act{
  
}
#border{
  position: absolute;
  bottom: 50px;
  right: 125px;
}
#border a{
  text-decoration: none;
  font-size: 12px;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
  margin:0px;
}