html {
	height: 100%;
}
img {
	border: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #1c1715;
}
a {
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
}
a:hover {
	text-decoration: none;
}
p, ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	width: 100%;
}
.main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #111;
	min-height: 100%;
	border: 1px solid #222;
}
.item {
	border: 0px solid #f00;
	width: 150px;
	float: left;
	margin: 8px;
}
.item p {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 10px;
}
.item img {
	width: 150px;
	height: 150px;
	background-color: #000;
}
.item p strong {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fc0;
}
.item p a {
	color: #fc0;
	font-size: 12px;
}
