* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html, body, #wrap {
	height: 100%;
}
body {
	background: #FFF url(http://unblockyahoo.com/images/bar.gif) repeat-x;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.statcounter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#wrap {
	width: 772px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 75px;
	clear: both;
}
#header h4 {
	float: left;
	margin-top: 20px;
}
#header h4 a {
	display: block;
	width: 292px;
	height: 34px;
	background: url(http://unblockyahoo.com/images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header ul {
	float: right;
	margin-top: 27px;
}
#header li {
	float: left;
	padding: 0 8px;
}
#header li a {
	color: #FDB;
	text-decoration: none;
	padding: 0 2px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header li a:hover {
	color: #FFF;
	border-bottom: 2px solid #B00;
}

#content {
	clear: both;
	padding: 10px 5px 50px;
}

h1, h2 {
	color: #AAA;
	font: normal 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#content p {
	padding: 8px 0;
}

#content ul {
	float: left;
	width: 250px;
	margin-right: 4px;
}
#content li {
	padding: 8px 0;
	position: relative;
}
#content li h2 {
	font-size: 18px;
	color: #A00;
}
#content li h3, #content li p {
	margin: 0;
	padding: 2px;
	position: relative;
	z-index: 2;
}
#content li h3 a {
	font-size: 12px;
	color: #F00;
	text-decoration: underline;
}
#content li small {
	font-size: 10px;
	color: #BBB;
}
#content li span {
	font: bold 60px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EEE;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 1;
}
#content li span em {
	font-size: 30px;
	position: relative;
	top: -20px;
}
#content strong {
	padding: 2px;
}