html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #6e7c68 url(../images/bg-large.jpg) center left;
	background-repeat: no-repeat;
}

.container {
	display: block;
}

.badge {
	position: absolute;
	bottom: 10%;
	left: 5%;
	width: 300px;
	font-family: Hoefler Text, Georgia, serif;
	text-align: center;
	border: 2px solid #5b5a6c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px;
	background: #aaa5c0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) -5px 10px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) -5px 10px 15px;
}

	.badge h1 {
		text-shadow: -1px 2px #655d8a;
		font-weight: normal;
		font-style: italic;
		color: #000;
		font-size: 36px;
		line-height: 24px;
		margin: 15px 10px 15px;
	}
	
	.badge h2 {
		font-size: 14px;
		line-height: 10px;
		font-weight: normal;
		padding-bottom: 0px;
		color: #484263;
	}
	
		.badge h2 a {
			text-decoration: none;
		}
	
	.badge a {
		color: #484263;
	}
	
	.badge p a:hover {
		color: #000;
	}
	
	.badge p {
		font-family: Helvetica, sans-serif;
		font-size: 14px;
		line-height: 20px;
		text-align: justify;
		margin: 20px 20px;
	}