a:link, a:visited, a:active, a:hover{
	color: #82ADFE;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
html{
	height: 100%;	
}

body { 
	margin: 0;
	padding: 0;
	background-color: #2d58c4;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(45,88,196)),
		color-stop(0.92, rgb(94,153,255))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(45,88,196) 32%,
		rgb(94,153,255) 92%
	);
	color: #fff;
	font-family: 'Neuton', georgia, serif; 
}

#share{
	background: #A92828;
	color: #fbb;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	text-align: right;
}

#share .wrap{
	padding: 12px 24px 0;
}

#share a{
	color: #fff!important;
}

#wtf{
	max-width: 60%;
	margin: 40px auto;
	text-align: center;
}
#so{
	font-variant: small-caps;
	color: #FFDE84;
	font-size: 30px;
	text-shadow: 0 0 3px #2D58C4;
}

#bfd{
	margin-top: 28px;
}

#bfd a{
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #BFD2FF;
	padding: 8px 16px;
	color: #3768C2!important;
	text-decoration: none!important;
	font-size: 22px;
}


#text{
	display: block;
	line-height: 44px;
	font-size: 40px;
}
#footnote{
	margin: 16px 0 0;
	display: block;
	font-size: 12px;
}
#description{
	margin: 16px 0 0;
	display: block;
	font-size: 18px;
}

#twAndFb{
	text-align: left;
}

#links{
	display: block;
	float: right;
	text-align: right;
}

#tweetThis{
	background: url(http://platform1.twitter.com/widgets/images/tweet.png) 0 0 no-repeat;
	width: 55px;
	height: 20px;
	display: inline-block;
	float: left;
	margin-right: 24px;
	margin-top: 2px;
}
.clearfix{
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#credits{
	font-size: 12px;
}


<!--[if !IE]>-->
@media only screen and (max-width: 480px) {
	#wtf{
		max-width: 400px;
	}
}
<!--<![endif]-->