html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2b92d4;
}
.bg-left-top {
	background-image: url(../images/tg-bg-left-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 377px;
	background-color: #64bcee;
}
.bg-right-top {
	background-image: url(../images/tg-bg-right-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 377px;
	background-color: #64bcee;
}
.bg-left-mid {
	background-image: url(../images/tg-bg-left-mid.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #64bcee;
}
.bg-right-mid {
	background-image: url(../images/tg-bg-right-mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #64bcee;
}
.bg-left-bot {
	background-image: url(../images/tg-bg-left-bot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 497px;
	background-color: #64bcee;
}
.bg-right-bot {
	background-image: url(../images/tg-bg-right-bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 497px;
	background-color: #64bcee;
}
.bg-left-top-side {
	background-image: url(../images/tg-bg-left-top-side.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 377px;
	width: 12px;
	background-color: #9FD0EE;
}
.bg-right-top-side {
	background-image: url(../images/tg-bg-right-top-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 377px;
	width: 12px;
	background-color: #9FD0EE;
}
.bg-left-mid-side {
	background-image: url(../images/tg-bg-left-mid-side.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #9FD0EE;
	width: 12px;
}
.bg-right-mid-side {
	background-image: url(../images/tg-bg-right-mid-side.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #9FD0EE;
	width: 12px;
}
.bg-left-bot-side {
	background-image: url(../images/tg-bg-left-bot-side.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 497px;
	width: 12px;
	background-color: #9FD0EE;
}
.bg-right-bot-side {
	background-image: url(../images/tg-bg-right-bot-side.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 497px;
	width: 12px;
	background-color: #9FD0EE;
}
.main-table {
	width: 817px;
}
.splash-tile {
	background-color: #2b94d3;
	background-image: url(../images/splash-day.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

