* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

body {
	font: 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: #fff 0 1px 1px;
}

a {
	color: #69c;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:active {
	color: #369;
}

a[title="Subscribe"] {
	color: #f90;
}

a[title="Subscribe"]:active {
	color: #c60;
}

div {
	width: 950px;
	margin: 0 auto;
}

h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 101px;
	line-height: 100px;
	padding: 50px 0;
}

#fame h1 {
	font-size: 113px;
}

p {
	padding: 0 50px 0 200px;
	background: url(../img/wall/skull.png) no-repeat 50px center;
}

#fame p {
	background-image: url(../img/wall/heart.png);
}

p#other {
	line-height: 45px;
	height: 45px;
	padding: 0 0 0 50%;
	margin: 0 50px;
	background: #333;
	color: #ccc;
	text-shadow: #333 0 1px 1px;
}

p#other a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 35px;
	float: left;
	right: 50%;
	position: relative;
	background: url(../img/wall/heart-small.png) no-repeat left center;
	color: #ccc;
}

#fame p#other a {
	background-image: url(../img/wall/skull-small.png);
}

#footer,
#fame #footer {
	background: #333;
	padding: 25px 50px;
	margin: 50px 50px 0;
	text-shadow: #333 0 1px 1px;
	color: #ccc;
	text-align: center;
	clear: both;
}

#footer a {
	color: #9cf;
}

small {
	display: block;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

small a {
	color: #666;
}

small a:active {
	color: #333;
}

ul#list {
	margin: 40px 50px 50px;
	width: 850px;
	float: left;
	border-top: 1px solid #ccc;
}

ul#list li {
	width: 425px;
	float: left;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

ul#list li a {
	display: block;
	padding: 15px;
}

ul#list li a:visited {
	color: #999;
}

ul#paging {
	clear: both;
}

/*ul {
	padding-left: 50px;
	overflow: hidden;
}

li {
	float: left;
	margin: 50px 50px 0 0;
	width: 400px;
	height: 300px;
	background-color: #333;
	position: relative;
}

li a {
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	padding: 250px 20px 0;
	text-align: center;
	text-shadow: #333 0 1px 1px;
	color: #9cf;
}

li a:hover,
li a:focus {
	background-color: rgba(0, 0, 0, .1);
	text-decoration: none;
}

li span {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100px;
	height: 100px;
	text-indent: 150%;
	overflow: hidden;
	background: url(../img/wall/new.png) no-repeat 0 0;
}

img {
	position: absolute;
	top: 0;
	left: 0;
}*/