@charset "utf-8";


/* CSS Document */





BODY { background-color:#000000; }



.box { 
  background: #CCCCCC;
  width:800px;
}


.box2 { 
  background: #CCCCCC;
  width:180px;
}


.boxtop { 


  background: url(css/ne.gif) no-repeat top right; 


}


.boxtop div { 


  font-size: 0;


  height: 10px; 


  background: url(css/nw.gif) no-repeat top left; 


}


.boxbottom { 


  background: url(css/se.gif) no-repeat bottom right; 


}


.boxbottom div { 


  font-size: 0;


  height: 10px; 


  background: url(css/sw.gif) no-repeat bottom left; 


}


.boxcontent {


  padding: 0px 10px 0px 10px;


}


