
body {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	text-align: left;
	width: 800px;
	margin: 0;
	margin-left: 400;
	margin-right: auto;
	padding: 0;
	background: #000000 url(inst.png);
	background-repeat: repeat-x;
	color: #BBBBBB;
}

a:link {
	color: #999999;
	font-size: 100%;	
}

a:visited {
	color: #888888;
}

#title{
	position: absolute;
	left: 50px;
	top: 50px;
}

#inst{
	position: absolute;
	left: 60px;
	top: 180px;
}



#eng{
	position: absolute;
	left: 375px;
	top: 168px;
	padding-right: 10px;
	margin-right: 10px;
	width: 220px;
	clear: both;

}

#jp{
	position: absolute;
	left: 375px;
	top: 228px;
	padding-right: 10px;
	margin-right: 10px;
	width: 220px;
	clear: both;
}

#tracks{
	position: absolute;
	left: 375px;
	top: 300px;
	padding-right: 10px;
	margin-right: 10px;
	width: 300px;
	clear: both;

}


