html {
	/*height: 100%;*/
}
body {
	/*height: 100%;*/
	background: url('/images/bg-home.jpg') center center no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.25em;
}
.wrapper {
	width: 860px;
	margin: 50px auto;
	padding: 50px;
	background: #FFF;
	-moz-opacity: .70;
	opacity: .70;
}
.wrapper h1 {
	font-size: 4em;
	line-height: 1.25em;
	font-weight: bold;
	text-align: center;
	color: #F90;
}
.wrapper h2 {
	font-size: 3em;
	line-height: 1.25em;
	font-weight: bold;
	text-align: center;
}
.wrapper .intro {
	padding-top: 20px;
}
.wrapper .intro p {
	font-size: 2em;
	line-height: 1.25em;
	padding-bottom: 15px;
}
.wrapper .intro p  a {
	color: #F90;
}
