body {
    background-color: #fff;
    background-image: url(/images/background.jpg);
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	font-family: Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0;
}

a {
	font-style: italic;
	text-decoration: none;
    color: #995f29;
}

div#content {
	margin-left: 5%;
	margin-top: 5%;
	padding: 1em;
    color: #1b1b1b;
	margin-right: 5%;
	background: transparent url(/images/transparent-bg-hack.png) repeat;
	/* background-color: rgba(180,180,180,0.8); */
}

div#content ul {
	margin: 0;
}

h1 {
	margin: 0;
	font-size: 16pt;
}

small {
	color: #666;
	font-size: x-small;
}
