body {
	background-color: #ebc765;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 15pt;
}
#name-top {
	width: 80%;
	margin-left: 20%;
	text-align: left;
}
#content {
	width: 100%;
}
#content-left {
	width: 20%;
	float: left;
	text-align: right;
}
#content-right {
	margin-left: 25%;
	text-align: left;
}