body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #333;
	font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

div#main {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -150px;
}

h1 {
	font-size: 200%;
	color: #fff;
	text-align: center;
}

h2 {
	font-size: 150%;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

p {
	text-align: center;
}

a {
	color: inherit;
}

a.linkedin {
	margin: 0;
	padding: 0 0 0 28px;
	border: 0;
	display: inline-block;
	line-height: 24px;
	background: url('../img/linkedin.png') left center no-repeat;
}

em {
	font-style: normal;
	color: #999;
}

div#greenStripe {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 100%;
	height: 150px;
	text-align: center;
	background: url('../img/greenBg.png') center repeat-x;
}

div#greenStripe h1 {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 390px;
	height: 150px;
	background: url('../img/xian.png') center no-repeat;
}

div#greenStripe h1 strong {
	display: none;
}

div#orangeStripe {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 100%;
	height: 18px;
	text-align: center;
	background: url('../img/orangeBg.png') center repeat-x;
	font-size: 0;
}
