* {
	font: 12px/19px arial;
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	padding: 20px;
}

#logo img {
	position: absolute;
	display: block;
	left: 30px;
	top: 20px;
	width: 100px;
	height: 100px;
}

h1 {
	color: #999;
	font-size: 20px;
	margin: 0 10px 0 150px;
	height: 20px;
}

h2 {
	color: #ccc;
	font-size: 14px;
	margin: 0 10px 10px 150px;
	height: 90px;
}

ul {
	list-style: none;
	overflow: hidden;
	margin: 0 0 20px;
}

li {
	border: 1px solid #ccc;
	float: left;
	margin: 10px;
	text-align: center;
	position: relative;
}

li.backbutton {
	background: url(back.png) no-repeat center center;
}

li.folder {
	background: url(folder.png) no-repeat center center;
}

li:hover {
	background-color: #444;
}

li a {
	display: block;
	text-decoration: none;
	width: 230px;
	height: 230px;
}

strong {
	color: #ccc;
	left: 0;
	right: 0;
	bottom: 2px;
	position: absolute;
	z-index: 1;
	text-shadow: 0 0 2px #333;
}

ul img {
	margin: 0 auto;
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

p {
	color: #ccc;
	margin: 0 10px 10px;
}

a {
	color: #ccc;
}