#wrapper {
	width: 920px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	top: 0px;
	background-image:url('images/wrapper.png');
	overflow: auto;
}
#page {
	height: 100%;
	overflow: hidden;
}
#contents {
	position: absolute;
	top: 55px;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	font-family:"Arial", "Verdana";
}
#contents a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
#contents a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#line {
	background-color:#000000;
	width: 910px;
	height: 1px;
	position: absolute;
	top:50px;
	left: 50%;
	margin-left: -455px;
}
#buttons {
	position: absolute;
	top:4px;
	right: 4px;
	font-size: 2px;
}