body {
	background: brown url(24-recycled-paper-background-lrg.jpg) repeat scroll left top;
	color: white;
	text-align: center;
}

div {
        margin-left: auto;
        margin-right: auto;
        width: 333px;
        margin-top: 100px;
}

a {
	text-decoration: none;
	display: block;
	font-family: "futura-pt",sans-serif;
	font-size: 18px;
	color: white;
}

a.back {
	color: #3b4a56;
}

a em {
	font-style: normal;
	color: #3b4a56;
}

a.contact:hover {
	text-decoration: none;

}

a.contact:hover em {
	text-decoration: underline;
}

a:hover {
       text-decoration: underline;
}

h1, h2, h3 {
  	font-family: "john-doe",serif;
  }

p {
	font-family: "futura-pt",sans-serif;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 18px;
}

p.names {
        font-size: 26px;
}

h1 {
	position: relative;
	word-break: break-all;
	word-spacing: 250px;
	height: 123px;
	line-height: 60px;
	font-size: 46px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 0.3em;
}

h1 em {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 123px;
	left: 50%;
	margin-left: -100px;
	background: transparent url(ampersand.png) no-repeat scroll left top;
	text-indent: -10000px;
	z-index: 1;
}

h1 strong {
	z-index: 2;
	position: relative;
}

input , textarea {
	font-family: "futura-pt",sans-serif;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	font-weight: normal;
	margin-bottom: 14px;
	font-size: 18px;
	border: 0;
	
}

textarea {
	height: 100px;
}

input#submit {
	width: auto;
	border: 0;
	font-size: 24px;
  	font-family: "john-doe",serif;
	
}

label {
	font-family: "futura-pt",sans-serif;
        margin-left: 0.3em;
}

div.q input {
        display: inline;
        width: auto;
}

div.q , div#questions {
        height: auto;
        margin-top: 0px;
}

form.login {
        padding-bottom: 200px;
        background: transparent url(pic.jpg) no-repeat scroll center bottom;
}
