body {
	font-size: 1em;
	background: white;
	width: 100%;
	}

h1 {
	text-align: center;
	}

h5 {
	text-align: center;
	background-color: red;
	}

table {
	border-width: 0;
	padding: 0;
	}

#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px;
	padding: 20px;
	}

#right {
	position: absolute;
	padding: .5em;
	left: 660px;
	top: 0px;
	width: 200px;
	height: 100%;
	}

