* {
	margin: 0; padding: 0;
}

#center {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#slide-1 p {
	margin-top: 7em;
}

#topper {
	border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;

    overflow: hidden;

	position: absolute;
	width: 100%;
}

#topper h1 {
	font-size: 1em;
	margin: 0;
}

#slides {
	position: relative;
	
	width: 100%;
	height: 100%;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	
	width: 100%;
	height: 100%;
}

#bottom {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #999;
	
	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 45px;
	font-size: .85em;
}

#bottom p {
	padding: .5em;
	border-left: 1px solid #555;
	border-right: 1px solid #999;
}

.left {
	float: left;
}

.right {
	float: right;
}

.floor {
	position: absolute;
	bottom: 70px;
}

.right.floor {
	width: 30%;
	margin-left: 70%;
}

li {
	padding: .25em;
	margin-left: 2em;
}

pre {
	margin-bottom: 1.5em;
}
.amp {
	font-family: "Hoefler Text", Baskerville, georgia, serif;
	font-style: italic;
}
body {
	background: #222 url(../images/background.png) repeat-x;
	color: white;
	font-family: Georgia, Times, serif;

	font-size: 24px;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dotted white;
}

a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}

a.em {
	color: #f28c28;
	border-color: #f28c28;
	font-style: italic;
}

abbr {
	font-size: .85em;
	border-width: 0 0 1px 0;
	border-style: dotted;
	text-transform: uppercase;
}

h1 {
	margin-top: 1em;
	padding: .5em 0;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	margin: .5em 0;
	color: #65F4ED;
}

.slide h2.first {
	margin-top: 70px;
}

h3.rule {
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 2em;
}

.hoverable {
	cursor: pointer;
}

p.over {
	background-color: #BF8D0C;
	color: #222;
	border-left: 1px solid #999;
}

li {
	display: none;
}

ul.sticky li {
	display: list-item;
}