@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #222;
	font-size: 14px;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	
a {
	color: #069;
	}
	
a:hover {
	color: #09F;
	}
	
	#wrapper {
		margin: auto;
		padding: 20px;
		width: 920px;
		background: #fff;
		}
		
	#content {
		margin: 20px;
		}
		
		#content blockquote {
			font-weight: bold;
			}
		
		#content p {
			line-height: 22px;
			}
		
	#footer {
		font-size: 10px;
		color: #999;
		margin-left: 20px;
		}