html {
	background: #f9f9f9;
}

body {
	background: #fff;
	color: #333;
	font-family: sans-serif;
	margin: 2em auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	max-width: 805px;
	-max-height: 2377px;
}

a {
	color: #21759b;
	text-decoration: none;
}

a:hover {
	color: #d54e21;
}

#head {
	clear: both;
	color: #666;
	font: 75px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 -14px 0;
	padding-top: 10px;
	border-bottom: none;
	text-align:center
}

h1 {
	border-bottom: 1px solid #dadada;
	clear: both;
	color: #666;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 0;
	padding: 0;
	padding-bottom: 7px;
}

p, li {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1.5;
}

code {
	font: 14px "Lucida Console";
}

ol {
	padding: 5px 5px 5px 22px;
}

a img {
	border:0
}

table {
	font-size: 14px;
}

#container {
	width: 805px;
}

#version {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: -150px;
	float: right;
}

#text {
	padding: 1em 2em;
	width: 740px;
	margin-top: -25px;
}

a.crowd-widget-button {
	display: block;
	width: 250px;
	height: 40px;
	margin-top: 0px;
	line-height: 40px;
	background-color: #99b839;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

