body {
	font-family: Lucida Grande, Arial;
	background-color: #12130D;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #12130D;
}
a{
	color: #12130D;
}
ul img {
	border: 3px solid #333;
}
#search {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
#box {
position:absolute;
top:0;
left:0;
	z-index: 100;
	overflow:hidden;
	width:100%;
	height:100%;
}

ul  {
    list-style: none;
    margin:0;
    padding:0;
}
li{
	float:left;
	height: 110px;
	width: 140px;
}
li img {
  height: 100px;
  width: 130px;
}
