@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
	color: #ffffff;
	background: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bolder;
}

body#bd {	
	     color: #EFEFEF;
         background: url(../images/back.jpg) no-repeat top #000000; }

#item_wrapper {
       margin: 0;
	   width:840px;
	   height: 580px;
	   }

#item {
       float:left;
	   width:200px;
	   height:350px;
	   margin-right:10px;
	   padding-top: 10px;
	   padding-bottom: 10px;
       background: url(../images/trans.png) repeat;
	   }
a {text-decoration:none; color:#CCCCCC}


		  

