body, html {
	font-family: Arial, Tahoma, Sans-Serif;
	color: #f0f0f0;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #000000;
	font-size:16px;
	line-height:18px;
}

img {
	border:0px;
}

.center {
	width: 1000px;
	padding:0px;
	margin: 0px auto 0px auto;
}

#top {
	background-color:#000000;
	margin:0px;
	width:100%;
	text-align:center;
	overflow:hidden;
}

#main {
	width:1000px;
	margin: 30px 0 0 0;
	padding:0px;
	text-align:center;
}

#list {
	width:868px;
	margin: 10px auto 0 auto;
	padding:0px;
	text-align:center;
	overflow:hidden;
}

.item {
	width:250px;
	margin:15px 0 20px 30px;
	float:left;
	overflow:hidden;
}

.image {
	
}

.text {
	margin:5px 0 0 15px;
	top:-30px;
	position:relative;
	overflow:hidden;
	text-align:left;
}

.text h2 {
	margin:0 0 10px 0;
}

.text a {
	display:block;
	margin:10px 0 0 0;
	color:#cccccc;
	font-size:22px;
	font-weight:bold;
	height:22px;
	width:110px;
	overflow:hidden;
}

.text a:hover {
	color:#f0f0f0;
}