* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF url(http://free-proxys.com/images/bg.gif) repeat-x;
	text-align: center;
	font: 12px normal Arial, Helvetica, sans-serif;
	margin: 0 0 50px;
}
body, a {
	color: #000;
}

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

#header h1 a {
	display: block;
	width: 295px;
	height: 55px;
	background: url(http://free-proxys.com/images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header h2 {
	display: none;
}

#content {
	background: #FFF;
	padding: 10px;
	overflow: auto;
}

p {
	clear: both;
}


ul {
	width: 340px;
}
ul, li {
	list-style: none;
}
li {
	padding: 10px;
	color: #000;
}
li strong, li small {
	display: block;
}
li strong a {
	color: #390;
	text-decoration: underline;
}
li small {
	color: #BBB;
}

h3, h4 {
	text-align: center;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	margin: 10px 0 0;
	clear: both;
}

.left { float: left; clear: none; }
.right { float: right; clear: none; }

.pages {
	clear: both;
	padding: 20px;
	text-align: center;
}
.pages h4 {
	display: inline;
	padding: 5px;
}