body {
	background: url('/images/bg.jpg') repeat-x;
	background-color: #6e899a;
	color: #fcfbf2;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #fcfbf2;
}
a:visited {
	color: #fcfbf2;
}
a:hover {
	color: #fcfbf2;
	text-decoration: none;
}
#container {
	width: 613px;
	margin:0 auto;
}
blockquote {
	/*width: 960px;*/
	margin:0 auto;
	color: #42515b;
	text-align: left;
	background: #fbf8e4;
	padding: 25px 15px;
	/*height: 83px;*/
	font-size: 17px;
}
#logo {
	width: 613px;
	height: 134px;
	margin-top: 15px;
}
p {
	line-height: 25px;
	font-size: 20px;
}

img {
	padding-bottom: 40px;
}
#social {
	width: 126px;
	margin: 15px auto;
	height: 32px;
}
.icon {
	width: 32px;
	height: 32px;
	background: black;
	display: block;
	padding: 0;
	margin: 0 5px;
	display: inline;
}