
#main
{
  position:absolute;
  top:0px;
  left:350px;
  height:392px;
  width:640px;
  background:#dedede;
}

#main .inside
{
  height:290px;
  width:500px;
  padding:50px 50px;
}
#main .inside .mod_article
{
  width:100%;
  height:100%;
}

#main .ce_text
{
   padding-right:20px;
}

