#index {
	margin: 0;
	padding: 0;
	background: #000;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.top-banner {
	position: absolute; top: 0; left: 0; right: 0;
	background: #a0cf67 url(../img/top-banner.png) repeat-x;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-weight: bold;
	color: #002b54;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
}

.top-banner a {
	color: #002b54;
	text-decoration: underline;
}

#contents {
	position: relative;
	top: 200px;
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 25px;
	background: #fff;
}

.center {
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	padding-bottom: 25px;
}