body { 
	background: url("../pics/bg.jpg") 50% 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 101%;
	margin:0;
	padding:0;
  }

#logo { 
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#page { 
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
 
p {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#3a1a12;
  	font-size:15px;
	line-height:1.6;
}

h1 {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
  font-size:1.6em;
	line-height:110%;
}

h2 {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
  font-size:1.3em;
	line-height:110%;
}
h3 {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
  font-size:1.1em;
	line-height:110%;
}


td {}

a:link { color: #000 }

a:visited { color: #000 }

a:hover { color: #2a41e9 }

a:active { color: #000 }

