@charset "utf-8";
.whole {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.fixtl {
	background-image: url(images/2-br.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}
.fixtr {
	background-image: url(images/2-bl.gif);
	background-position: right top;
	height: 100%;
	width: 100%;
}
.fixbr {
	background-image: url(images/2-tl.gif);
	background-position: right bottom;
	height: 100%;
	width: 100%;
}
.fixbl {
	background-image: url(images/2-tr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	width: 100%;
}
.btmleven {
	background-image: url(images/2-bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50%;
	width: 50%;
	left: 0%;
	top: 50%;
}
.btmreven {
	background-image: url(images/2-br.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50%;
	width: 50%;
	left: 50%;
	top: 50%;
}
.topleven {
	background-image: url(images/2-tl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 50%;
	width: 50%;
	left: 0px;
	top: 0px;
}
.topreven {
	background-image: url(images/2-tr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50%;
	width: 50%;
	left: 50%;
	top: 0%;
}
.s92x92 {
	height: 92%;
	width: 92%;
	overflow: hidden;
}
.s8x92 {
	height: 92%;
	width: 8%;
	overflow: hidden;
}
.s92x8 {
	height: 8%;
	width: 92%;
	overflow: hidden;
}
.s5x5 {
	height: 7%;
	width: 7%;
	position: absolute;
	overflow: hidden;
}

.s95x5 {
	height: 7%;
	width: 93%;
	overflow: hidden;
}
.s5x95 {
	height: 93%;
	width: 7%;
	overflow: hidden;
}
.s95x95 {
	height: 93%;
	width: 93%;
	overflow: hidden;
}
.s8x100 {
	height: 100%;
	width: 8%;
	overflow: hidden;
}
.s5x100 {
	height: 100%;
	width: 7%;
	overflow: hidden;
}
.s95x100 {
	height: 100%;
	width: 93%;
	overflow: hidden;
}
.s100x95 {
	height: 93%;
	width: 100%;
	overflow: hidden;
}
.s100x5 {
	height: 7%;
	width: 100%;
	overflow: hidden;
}
.s50x100 {
	height: 100%;
	width: 50%;
	overflow: hidden;
}
.s100x50 {
	height: 50%;
	width: 100%;
	overflow: hidden;
}


.img-tl {
	background-image: url(images/2-tl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}
.img-tr {
	background-image: url(images/2-tr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}
.img-bl {
	background-image: url(images/2-bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
.img-br {
	background-image: url(images/2-br.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.clk {
	height: 100%;
	width: 100%;
}
.pt5 {
	top: 7%;
}
.pt95 {
	top: 93%;
}
.pl5 {
	left: 7%;
}
.pl95 {
	left: 93%;
}
.pl50 {
	left: 50%;
}
.pt50 {
	top: 50%;
}

