html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../images/bg.gif) repeat;
	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: 455px;
	height: 151px;
	margin: 10px auto;
}
h1 a {
	display: block;
	width: 455px;
	height: 151px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;
}
#slogan {
	text-align: center;
}

h2 {
	color: #ff0;
	font-size: 30px;
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
	-o-animation: glow 2s;
	-ms-animation: glow 2s;
	-moz-animation: glow 2s;
	-webkit-animation: glow 2s;
	animation: glow 2s;
}

@-ms-keyframes glow {
	0%   {color: rgba(255,255,0,0); text-shadow: 0 0 0 #f90;}
	10%  {color: rgba(255,255,0,0); text-shadow: 0 0 0 #f90;}
	40%  {color: rgba(255,255,0,.75); text-shadow: 0 0 25px #fcfcb3;}
	100% {color: rgba(255,255,0,1); text-shadow: 0 0 0 #f90;}
}
@-moz-keyframes glow {
	0%   {color: rgba(255,255,0,0); text-shadow: 0 0 0 #f90;}
	10%  {color: rgba(255,255,0,.25); text-shadow: 0 0 0 #f90;}
	40%  {color: rgba(255,255,0,.75); text-shadow: 0 0 25px #fcfcb3;}
	100% {color: rgba(255,255,0,1); text-shadow: 0 0 0 #f90;}
}
@-webkit-keyframes glow {
	0%   {color: rgba(255,255,0,0); text-shadow: 0 0 0 #f90;}
	10%  {color: rgba(255,255,0,0); text-shadow: 0 0 0 #f90;}
	40%  {color: rgba(255,255,0,.75); text-shadow: 0 0 25px #fcfcb3;}
	100% {color: rgba(255,255,0,1); text-shadow: 0 0 0 #f90;}
}
@keyframes glow {
	0%   {color: rgba(255,255,0,0); text-shadow: 0 0 0 #f90;}
	10%  {color: rgba(255,255,0,0); text-shadow: 0 0 0 #f90;}
	40%  {color: rgba(255,255,0,.75); text-shadow: 0 0 25px #fcfcb3;}
	100% {color: rgba(255,255,0,1); text-shadow: 0 0 0 #f90;}
}


#submit {
	width: 300px;
	padding: 20px 0;
	margin: 0 auto;
}
input {
	width: 300px;
	font: 13px "century gothic", arial, helvetica, sans-serif;
	color: #000;
	background: #fdfc61;
	background: -o-linear-gradient(center top, #f90, #ff0);
	background: -ms-linear-gradient(center top, #f90, #ff0);
	background: -moz-linear-gradient(center top, #f90, #ff0);
	background: -webkit-gradient(linear, center top, center bottom, from(#f90), to(#ff0));
	background: linear-gradient(center top, #f90, #ff0);
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 6px;
	-ms-transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
input:hover,
input:active {
	background: #f90;
	background: -o-linear-gradient(center top, #f90, #f90);
	background: -ms-linear-gradient(center top, #f90, #f90);
	background: -moz-linear-gradient(center top, #f90, #f90);
	background: -webkit-gradient(linear, center top, center bottom, from(#f90), to(#f90));
	background: linear-gradient(center top, #f90, #f90);
	-webkit-box-shadow: 0 0 10px #fcfcb3;
	-moz-box-shadow: 0 0 10px #fcfcb3;
	box-shadow: 0 0 10px #fcfcb3;
	cursor: pointer;
}
#donate {
	width: 65px;
	font-size: 10px;
	padding: 0 5px;
	margin-right: 10px;
	float: right;
}

#notes {
	font-size: 11px;
	padding-top: 20px;
}

#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;
}

