body {
	margin: 0 auto;
	background-color: #302217;
}

#container {
	width: 700px;
	height: 430px;
	background-color: #302217;
	margin: 10px auto;
	border-color: #6b6b6b;
	border-width: 1px;
}

#header {
	font-size: xx-large;
	color: #FDD017;
	text-align: center;
	font-weight: bold;
}

#sub-header {
	font-size: x-large;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#leftimg {
	margin-left: 112px;
	margin-top: 10px;
	margin-right: 16px;
	width: 230px;
	height: 275px;
	float: left;
}

#rightimg {
	margin-top: 10px;
	width: 230px;
	height: 275px;
	float: left;
}

#leftbtn {
	margin-left: 112px;
	margin-top: 10px;
	margin-right: 16px;
	width: 230px;
	height: 45px;
	float: left;
}

#rightbtn {
	margin-top: 10px;
	width: 230px;
	height: 45px;
	float: left;
}

div.clear {
	clear:both;
}

#disclaimer {
	width: 700px;
	margin: 5px auto;
	font-size: 12px;
	color: #aaa;
}