html {
	height: 100%;
	overflow: hidden;
	}
body {
	height: 100%;
	color: #000;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
img {
	border: 0;
	}

#site {
	height: 100%;
	}
#site .wrapper {
	padding: 50px;
	}
#site h1 {
	color: #2d1c5d;
	margin-bottom: 8px;
	}
#site h2 {
	color: #333;
	font-weight: normal;
	margin-top: 0;
	}
#site h3 {
	color: #333;
	font-weight: normal;
	}
#site p {
	width: 75%;
	line-height: 1.4em;
	}
#site a {
	color: #2d1c5d;
	}