body {
	background: #2a2a2a;
}

#main {
	width: 550px;
	background: #eee;
	
	height: 250px;
	padding: 0px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.7), 0 1px #fff inset, 0 0 5px rgba(0,0,0,0.2) inset, 0 0 2px rgba(0,0,0,0.5);
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

#partner {
	width: 550px;
	margin: 10% auto 0 auto;
	height: 250px;
	padding: 0px;

}

#after, #before {
	height: 70px;
	width: 70px;
	border-radius: 0%;
	background:	#2a2a2a;
	position: relative;
	border-radius: 50%;
}

#after {
	top: 150px;
	left: 520px;
	box-shadow: -2px -2px 4px rgba(0,0,0,0.2), -1px -1px rgba(255,255,255,0.5);
}

#before {
	bottom: 40px;
	right: 40px;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.2), 1px 1px #000;
	
}

.blue {
	color: #0066cc;
	font-size: 36px;
	vertical-align: top;
}

.tld {
	font-size: 18px;
	color: #999;
}

#content {
	text-align: center;
	width: 550px;
	position: absolute;
}

#content > h1 {
	font-weight: lighter;
	font-size: 46px;
	line-height: 1;
	margin: 0;
	color: #333;
}

#content > h2 {
	line-height: 1;
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

#content > hr {
	border: none;
	height: 1px;
	width: 100%;
	background-color: #ccc;
	background-image: -moz-linear-gradient(top left, #fff 0%, #999 40%, #999 60%, #fff 100%);
	background-image: -webkit-linear-gradient(top left, #fff 0%, #999 40%, #999 60%, #fff 100%);
	background-image: -ms-linear-gradient(top left, #fff 0%, #999 40%, #999 60%, #fff 100%);
	background-image: -o-linear-gradient(top left, #fff 0%, #999 40%, #999 60%, #fff 100%);
}

/* Progressbar */
.wrapper {
	width: 420px;
	background: #fff;
	padding: 0px;
	border-radius: 30px;
	margin: 50px auto;
	border: 1px solid #666;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), inset 0 0 5px rgba(0,0,0,0.3), 0 2px 2px rgba(256,256,256,0.45), inset 0 10px 20px rgba(0,0,0,0.15);
	position: relative;
}
.progress {
	width: 50%;
	height: 20px;
	border-radius: 50px 5px 5px 50px;
	background-color: hsla(199, 55%, 45%, 1);
	position: relative;
	box-shadow: inset 0 10px 0 rgba(255,255,255,0.2), inset 0 2px 2px rgba(0,0,0,0.125);
	margin: 0 0px;
	border-right: 1px solid #666);
}