html, body, #wrapper{
	height:100%;
	border: none;
	line-height: 15px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/breathe-bg.png);
	background-repeat: repeat-y;
	background-color: #242424;
	background-position: center;
	text-align: center;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #999;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 320px;
}
#content {
	padding: 20px;
	vertical-align: top;
	background-repeat: repeat-x;
}
