@charset "UTF-8";
/* CSS Document */

body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
#container {
	margin: 0 auto;
	width: 774px;
	text-align: center;
}
h1 {
	font-size:24px;
	color:#2b2b2b;
	text-align:center;
}

bottom-info {
	font-size:10px;
	color:#c8c8c8;
	vertical-align: bottom;
}
bottom-link a:link {
	font-size:10px;
	color:#c8c8c8;
	vertical-align: bottom;
}
bottom-link a:hover {
	font-size:10px;
	color:#900;
	vertical-align: bottom;
}
bottom-link a:visited {
	font-size:10px;
	color:#333;
	vertical-align: bottom;
}
#section {
	display: block;
	width: 700px;
	border-bottom-style: solid;
	border-bottom-color: #2b2b2b;
	border-bottom-width: thin;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}
#section-last {
	display: block;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
}