html {
	height:100%
	}
body {
	margin:0 0;
	padding:0 0;
	height:100%;
	overflow:hidden;
	}

/* Structure */
#seventy {
	float:left;
	width:60%;
	height:100%;
	background-color:black;
	text-align: center;
	display:table;
	vertical-align:middle;
	background: url('../img/bg.jpg') no-repeat 0 0;
	}
#thirty {
	float:right;
	background: white;
	width:40%;
	height:100%;
	display:table;
	vertical-align:middle;
	}
#thirty-container, #seventy-container {
	vertical-align:middle;
	display:table-cell;
	}
#toc {
	margin:0 auto;
	text-align: center;
	width:300px;
	}
#title {
	margin:0 auto;
	text-align:center;
	width:50%;
	}

/*Formatting */
body {
	font-family: "Georgia",serif;
	font-size:14px;
	}
a:link, a:visited {
	color:black;
	text-decoration: none;
	}
a:hover, a:active {
	color:black;
	text-decoration: underline;
	}
.clear {
	clear:both;
	}
p {
	margin:34px 0 20px;
	padding:0 0;
	font-weight: bold;
	}
ul li {
	line-height: 2.6em;
	display:list-item;
	}
ul {
	list-style-type:none;
	margin:0 0;
	padding:0 0;
	}
ul ul li {
	font-size: .8em;
	line-height: 2.6em;
	font-style: italic;
	}
