	html body,
	html {
		background:#fbf0e1;
	}
	#content-outer {
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
	}
	.motivation-maker {
		width:256px;
		height:256px;
		display:block;
		position:relative;
		left:450px;
		top:-50px;
		z-index:5;
	}
	#content {
		color:#605850;
		font:14px/1.6em "Lucida Grand", "Lucida Sans", "Lucida Sans Unicode", Arial;
		width:420px;
		height:auto;
		margin-left:-322px;
		position:absolute;
		left:50%;
		top:-150px;
		-moz-border-radius:11px;
		-khtml-border-radius:11px;
		-webkit-border-radius:11px;
		border-radius:5px;
		background:#fff;
		padding:25px 200px 10px 25px;
	}
	#content h1 {
		line-height:1.2em;
		margin-top:-257px;
		color:#2E1F0F;
	}
	#content p {
		margin:0 0 1.2em;
	}
	h1,h2,h3 {
		font-family:Calibri, "Franklin Gothic", Arial;
		color:#111;
	}
	h1 { margin: 0 0 .6em;  }
	h2 { margin: 1.07em 0 .535em; }
	h3 { margin: 1.14em 0 .57em; }
	h4 { margin: 1.23em 0 .615em; }
	h5 { margin: 1.33em 0 .67em; }
	h6 { margin: 1.6em 0 .8em; }
	strong {
		color:#D47F31;
	}
	a:link,
	a:visited {
		color:#D54E21;
		text-decoration:none;
	}
	a:hover,
	a:active {
		color:#56A5EC;
	}