html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	font: 13px "century gothic", arial, helvetica, sans-serif;
	color: #fff;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: none;
}

img {
	border: 0px;
	display: block;
}

.pageWrapper {
	width: 720px;
	margin: 10px auto;
	padding-left: 80px;
}
.pageWrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .pageWrapper             { zoom: 1; }
*:first-child+html .pageWrapper { zoom: 1; }

.main {
	width: 600px;
	float: left;
}
.side {
	width: 120px;
	float: right;
}

h1 {
	width: 431px;
	height: 65px;
	margin: 10px auto;
}
h1 a {
	display: block;
	width: 431px;
	height: 65px;
	background: url(../images/funnymeannames.gif) no-repeat;
	text-indent: -99999px;
}
#slogan {
	text-align: center;
}

h2 {
	height: 22px;
	font-size: 18px;
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
}

#submit {
	width: 250px;
	padding: 20px 0;
	margin: 0 auto;
}
input {
	width: 250px;
	font: 13px "century gothic", arial, helvetica, sans-serif;
	color: #000;
	background-color: #999;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px;
}
input:hover {
	background-color: #ccc;
	cursor: pointer;
}
input:active {
	background-color: #fff;
}
#donate {
	width: 65px;
	font-size: 10px;
	padding: 1px 5px;
	margin-right: 10px;
	float: right;
}

#tools {
	height: 21px;
	padding: 20px 0;
}
#tools a {
	width: 16px;
	height: 21px;
	float: left;
	margin-right: 10px;
}
#tools iframe {
	width: 225px;
	height: 21px;
	float: left;
}
#tools .facebook {
	border: none;
	overflow: hidden;
	width: 225px;
	height: 21px;
}

#footer {
	font-size: 10px;
	padding: 20px 0;
	text-align: center;
}

