* {
	font-family: Times New Roman, serif;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
}
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	padding-top: 1.4em;
}
body h1 {
	background-color: #FFF;
	border-bottom: #EEE 1px solid;
	color: #AAA;
	font-size: 1.4em;
	position: absolute;
	padding: 0px 5%;
	text-align: right;
	top: 0px;
	width: 90%;
}
#chooser {
	height: 150px;
	left: 50%;
	margin: -75px auto auto -225px;
	padding: 0px;
	position: absolute;
	top: 50%;
	width: 450px;
}
#chooser a {
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 0px 60px;
	text-decoration: none;
	font-size: 1.4em;
}
#chooser,
#chooser li {
	list-style: none inside none;
}
#chooser li {
	margin: 0px;
	padding: 0px 0px;
	text-align: center;
	width: 450px;
}
#chooser .top a {
	background: transparent url(/img/chooser.jpg) no-repeat 0px 0px;
	height: 45px;
	padding-top: 30px;
}
#chooser .top a:hover {
	background: transparent url(/img/chooser.jpg) no-repeat 0px -153px;
}
#chooser .bottom a {
	background: transparent url(/img/chooser.jpg) no-repeat 0px -76px;
	height: 58px;
	margin-top: -1px;
	padding-top: 16px;
}
#chooser .bottom a:hover {
	background: transparent url(/img/chooser.jpg) no-repeat 0px -378px;
}