html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, hr {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #999;
	height: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	min-width: 960px;
	background: #333 url(../img/bg-page.png) repeat;
}
a img {
	border: 0 none;
}
a, a:active {
	outline: none;
}
abbr {
	border-bottom: 1px dotted #666;
}
#global {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	min-height: 100%;
}
* html #global {
	height: 100%;
}
h1 {
	margin: 0 0 0 190px;
	width: 580px;
	height: 140px;
}
h1 a {
	display: block;
	width: 580px;
	height: 140px;
	background: url(../img/taskfreak.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
hr.sep {
	border: 0 none;
	margin: 2em 0;
	border-top: 1px dotted #484848;
}
hr.bot {
	clear: both;
	height: 150px;
	background: transparent;
	border: 0 none;
	visibility: hidden;
}
#main {
}
#main p {
	margin: .5em 0 1em;
}
#main a {
	color: #999;
}
#main a:hover {
	color: #ccc;
}
footer {
	position: relative;
	color: #222;
	margin: -200px 0 0 0;
	height: 200px;
	background: url(../img/bottom.png) repeat-x left bottom;
}
footer div {
	margin:0 auto;
	padding:80px 0 20px;
	max-width: 760px;
}
footer h3 a {
	color: #fff;
	text-decoration: none;
}
footer h3 a:hover {
	text-decoration: underline;
}
footer p {
	text-align: justify;
	margin: .5em 0 1em;
	color: #a0c7e7;
}
footer p.copy {
	text-align: center;
	margin-top: 3em;
	color: #222;
}
footer .copy a {
	color: #222;
}
footer .copy a:hover {
	color: #000;
}
#donation {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -430px;
	width: 100px;
	height: 85px;
}
#donation #paypal {
	cursor: pointer;
}
#twitter {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 330px;
	width: 80px;
	height: 85px;
}
#twitter a {
	display: block;
	width: 80px;
	height: 85px;
	background: url(../img/bot-img.png) no-repeat -100px top;
	text-indent: -9999px;
	overflow: hidden;
}
p#rss {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 260px;
	width: 80px;
	height: 70px;
}
p#rss a {
	display: block;
	width: 50px;
	height: 85px;
	background: url(../img/bot-img.png) no-repeat -205px top;
	text-indent: -9999px;
	overflow: hidden;
}
