body {
	margin:0;
	padding:0;
	text-align:center;
}

#master{
  border:0;
  width:512px;
  margin:18px auto 6px auto;
  padding:0;
}
table.master {
  width:100%;
  border:0;
  border-spacing:0;
  border-collapse:collapse;
}
/* border */
table td.bor_top_l {
  margin:0; 
  padding:0; 
  width:5px; 
  height:5px; 
  background: url(../img/bor_top_l_a.gif) no-repeat; 
  background-position: bottom right;
}
table td.bor_top_m {
  margin:0; 
  padding:0; 
  width:100%; 
  height:5px; 
  background: url(../img/bor_top_m_a.gif) repeat-x; 
  background-position: bottom;
}
table td.bor_top_r {
  margin:0; 
  padding:0; 
  width:5px; 
  height:5px; 
  background: url(../img/bor_top_r_a.gif) no-repeat; 
  background-position: bottom left;
}
table td.bor_mid_l {
  margin:0; 
  padding:0; 
  width:5px; 
  height:100%; 
  background: url(../img/bor_mid_l_a.gif) repeat-y; 
  background-position: right;
}
table td.bor_mid_r {
  margin:0; 
  padding:0; 
  width:5px; 
  height:100%; 
  background: url(../img/bor_mid_r_a.gif) repeat-y; 
  background-position: left;
}
table td.bor_bot_l {
  margin:0; 
  padding:0; 
  width:5px; 
  height:5px; 
  background: url(../img/bor_bot_l_a.gif) no-repeat; 
  background-position: top right;
}
table td.bor_bot_m {
  margin:0; 
  padding:0; 
  width:100%; 
  height:5px; 
  background: url(../img/bor_bot_m_a.gif) repeat-x; 
  background-position: top;
}
table td.bor_bot_r {
  margin:0; 
  padding:0; 
  width:5px; 
  height:5px; 
  background: url(../img/bor_bot_r_a.gif) no-repeat; 
  background-position: top left;
}
/* border END */
.content {}
table td.content {
	background: url(../img/bg_aa.jpg) no-repeat #FFF;
	margin:0;
	padding:10px 10px 10px 10px;
}
