
html, body {
    margin: 0 auto;
	text-align: center;
	background: url(images/bodyBg.jpg) repeat-x #fff; }

div.Table_01 {
	position:relative;
	margin: 0 auto;
	width:940px;
	height:1204px;
}

div.index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	height:234px;
}

div.index-02 {
	position:absolute;
	left:260px;
	top:0px;
	width:680px;
	height:158px;
}

div.index-03 {
	position:absolute;
	left:260px;
	top:158px;
	width:108px;
	height:76px;
}

div.index-04 {
	position:absolute;
	left:368px;
	top:158px;
	width:350px;
	height:76px;
}

div.index-05 {
	position:absolute;
	left:718px;
	top:158px;
	width:222px;
	height:76px;
}

div.index-06 {
	position:absolute;
	left:0px;
	top:234px;
	width:260px;
	height:312px;
}

div.row1-bg {
    background: url(images/row1_bg.jpg);
	position:absolute;
	text-align: center;
	left:260px;
	top:234px;
	width:680px;
	height:228px;
}

div.index-08 {
	position:absolute;
	left:260px;
	top:462px;
	width:680px;
	height:84px;
}

div.index-09 {
	position:absolute;
	left:0px;
	top:546px;
	width:260px;
	height:658px;
}

div.row2-bg {
    background: url(images/row2_bg.jpg);
	position:absolute;
	left:260px;
	top:546px;
	width:680px;
	height:658px;
}


.thumbnail {
    position: relative;
	display: block;
	float: left; }
	
.thumbnail a img {
    background: #fff;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px double #41A5DB; }
	
.thumbnail a:hover img {
    border: 2ox double #9378EE; }
	
.column {
    display: block;
	float: left; }














