﻿.item
{
	position: absolute; 
	width:113px ;
	height:113px; 
	background-image: url(../images/Circle_Red.png); 
	background-size: 113px 113px; 
	cursor: pointer
}
.itemtext
{
	position: absolute; 
	text-align: center;
	width: 113px; 
	height:113px; 
	cursor: pointer;
    font-family:"微軟正黑體", "Microsoft JhengHei"
}

.page
{
	position: absolute; 
	text-align: center;
	left: 5px; 
	top: 240px; 
	cursor: pointer
}

#board{
	position: absolute;
	left: 195px;
	top:14px;
	width: 437px;
	height: 180px;
}

#Contener{
	background-image: url(../images/shuttle_item_BK.gif); 
	background-size: 852px 357px; 
	width:852px;
	height:357px; 
	position: absolute
}