@charset "UTF-8";
/* CSS Document */
body {
	font-size: 100%;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.clearflt {
	clear: both;
	height: 0;
}

#wrap {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 10px;
	height: auto;
}
#header {
	height: 130px;	
	background-image: url(../_assets/hp_header_bkg.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
#header-menu {
	position: relative;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	top: 0;
}
#header-menu a {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 10px;
}
#header-menu a.last {
	border-right: none;	
	padding: 0 0 0 10px;
}
#header-menu a:hover {
	text-decoration: underline;
}
#content {
	height: 540px;
	background-image: url(../_assets/hp_bkg.jpg);
	background-repeat: no-repeat;
}
#getcoach, #demystify, #learn {
	font-size: 12px;
	width: 200px;
	position: absolute;
	top: 580px;
}
#getcoach {
	left: 280px;
}
#demystify {
	left: 490px;
}
#learn {
	left: 700px;
}
#getcoach-link, #demystify-link, #learn-link, #follow-link {
	position: absolute;
	top: 50px;
	left: 134px;
	font-size: 11px;
	letter-spacing: 1px;
}
#learn-link {
	left: 123px;	
}
#follow-link {
	left: 117px;	
}
#getcoach-link a, #demystify-link a, #learn-link a, #follow-link a {
	color: #143193;	
	text-decoration: none;
	font-weight: bold;
}
#getcoach-link a:hover, #demystify-link a:hover, #learn-link a:hover, #follow-link a:hover {
	color: #000;	
}