html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000 url('/img/slide-holi-powder-bomb-opt.jpg') top center no-repeat;
	background-size: cover;
	color: #ccc;
	font-family: 'trebuchet ms', verdana, sans-serif;
}
#content {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 100%;
	width: 50%;
}
#nav {
	text-align: right;
	font-size: 80%;
}
#nav a {
	color: #444444;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

.copy {
	display: none;
	margin: 1em 0 0 3em;
	padding: 2em;
	border: 1px dashed #777777;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.1em;
	font-family: palatino,'palatino linotype',serif;
	font-weight: normal;
	color: #666666;
}
h1 {
	margin: 2em 0 0.1em;
	text-align: center;
}
p {
	margin: 0em 0 1em;
	padding: 0;
}
p, li {
	font-size: 80%;
	line-height: 1.5em;
}