body {
	background-color: #505050;
	color: grey;
	font-family: Georgia, Sans;
	letter-spacing: 0.1em;
	font-size: 20pt;
	font-weight: bold;
}
a {
	font-size: 16pt;
	text-decoration: none;
}
a:link {
	color: grey;
}
a:visited {
	color: grey;
}
img {
	border-style: none;
}
#card {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -236px;
	margin-top: -160px;
}
#delberry {
	position: fixed;
	left: 15%;
	top: 15%;
	width: auto;
}
#next {
	position: fixed;
	right: 15%;
	bottom: 15%;
}
#prev {
	position: fixed;
	left: 15%;
	bottom: 15%;
}
#twitter_button {
	display: block;
	float: right;
	background: url("twitter.png") no-repeat scroll 0 0 rgba(255, 0, 0, 0);
	width: 26px;
	height: 26px;
	margin-right: 16px;
	margin-top: 0.2em;
}
#twitter_button:hover {
	background: url("twitterhover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#facebook_button {
	display: block;
	float: right;
	background: url("facebook.png") no-repeat scroll 0 0 rgba(255, 0, 0, 0);
	width: 26px;
	height: 26px;
	margin-right: 16px;
	margin-top: 0.2em;
}
#facebook_button:hover {
	background: url("facebookhover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#google_button {
	display: block;
	float: right;
	background: url("google.png") no-repeat scroll 0 0 rgba(255, 0, 0, 0);
	width: 26px;
	height: 26px;
	margin-right: 16px;
	margin-top: 0.2em;
}
#google_button:hover {
	background: url("googlehover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
