body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	letter-spacing: .1em;
}
a:hover, a:focus {
	color: #FFF;
	text-align: center;
	text-decoration: underline;
	letter-spacing: .1em;
}
#bar {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	width: 192px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	width: 200px;
	margin: 0 auto;
	padding: 5px 5px 10px;
	font-size: 70%;
	color: #999;
	text-align: center;
	line-height: 150%;
}
#footer {
	margin: 0 auto;
	padding: 30px 5px 5px;
	font-size: 70%;
	color: #999;
	text-align: center;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 110%;
	color: #FFF;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 20px;
	text-decoration: none;
	letter-spacing: .1em;
}
#caption {
	font-size: 70%;
	font-weight: bold;
	color: #CCC;
	width: 200px;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
	line-height: 150%;
}

