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

#body {
	background-position: center;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}
#title {
	width: auto;
	position: absolute;
	left: 20px;
	top: 18px;
	margin: 0px;
	padding: 0px;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	position: relative;
	top: 100px;
	height: 480px;
	width: 600px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#arrows {
	position: absolute;
	top: 80px;
	left: 12px;
}
#num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	width: 104px;
	height: 25px;
	top: 120px;
	left: 12px;
	color: #999999;
}
