/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; overflow-x: hidden; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* Site Styles
================================================== */
body {font-family: 'PT Sans', sans-serif; background: #fff;}
div.container {-webkit-box-shadow: inset 0px 0px 120px rgba(0,0,0,0.4); -moz-box-shadow: inset 0px 0px 120px rgba(0,0,0,0.4); box-shadow: inset 0px 0px 120px rgba(0,0,0,0.4); width: 100%; height: 100%; position: absolute; text-align: center;}
div.content {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 500px; height: 550px;}


/* Text
================================================== */
h1 {color:#939598; font-weight: 400; font-size: 36px; margin-bottom: 30px;}
h2 {display: inline; color:#f47d33; font-size: 30px; position: relative; top: -10px;}
p {color:#939598; font-size: 21px; margin: 5px 0 25px 0; line-height: 28px;}


/* Images
================================================== */
img.sep1 {width: 100%; margin-bottom: 25px;}
img.sep2 {width: 100%; margin-top: 45px;}
img.sep3 {height: 50px; padding: 0 25px 0 25px; position: relative; top: 3px; width: 1px;"}
img.logo {width: 450px; margin-bottom: 35px;}