/* @group Basic */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #fff;
}

/* @end */

/* @group Layout */

/* Horizontally centered container */
#container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	min-width: 980px; 
	margin-top: -245px;
	text-align: center;
	background-color: transparent;
	}
	
#branding {
	text-align: center;
	margin-top: 50px;
}

/* @end */

/* @group Images */

#mark {
	/*background: transparent url(../i/lg_artofhealth.jpg) no-repeat center;*/
	height: 396px;
}

/* @end */

/* @group Typography */

body {
	font-size: 10px;
	font-family: "Kabel LT Std", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	}

p {
	font-size: 1.1em; /* 11px */
	line-height: 1.2727em; /* 14px */
	margin-top: 0em;
	margin-bottom: 0em;	
	}

#text p {
	font-size: 1.4em;
	text-transform: uppercase;
}

.blue {
	color: #3467a6;
}

/* @end */
