*{margin: 0; padding:0;}

body{
	background: #000000;
}

.canvas{
	width: 950px;
	height: 1350px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: url(graphics/background.gif) repeat;
}

.header_image{
	position: relative;
	top: 40px;
	left: 25px;
	width: 650px;
	height: 250px;
}

.advertise{
	position: relative;
	top: -210px;
	left: 695px;
	width: 250px;
	height: 250px;
}

#swf{
	position: relative;
	top: -200px;
	left: 140px;
	width: 672px;
	height: 480px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	outline: none;
}

.hi_score{
	position: relative;
	top: -180px;
	left: 15px;
	width: 368px;
	height: 531px;
	background: url(graphics/hi_score.gif) no-repeat;
}

#ScoreRanking{
	position: relative;
	top: 22px;
	left: 6px;
	width: 357px;
	height: 500px;
	overflow: auto;
	font-size: 12px;
	font-weight: bold;
	color: white;
	frameborder: none;
	border: none;
	outline: none;
}

.operation{
	position: relative;
	top: -711px;
	left: 387px;
	width: 270px;
	height: 248px;
	background: url(graphics/operation.gif) no-repeat;
}

.explanation{
	position: relative;
	top: -959px;
	left: 661px;
	width: 270px;
	height: 248px;
	background: url(graphics/explanation.gif) no-repeat;
}

.operation p, .explanation p{
	position: relative;
	top: 25px;
	left: 10px;
	padding-right: 11px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 243px;
	height: 215px;
	overflow: auto;
}

.screen_shot{
	position: relative;
	top: -950px;
	left: 423px;
	width: 468px;
	height: 275px;
	background: url(graphics/screen_shot.gif) no-repeat;
}

.ss{
	position: relative;
	top: -46px;
	left: 75px;
	width: 320px;
	height: 240px;
}

.ss img{
	width: 320px;
	height: 240px;
}

.prev{
	position: relative;
	top: 110px;
	left: 12px;
	width: 24px;
	height: 72px;
}

.next{
	position: relative;
	top: -202px;
	left: 412px;
	width: 24px;
	height: 72px;
}