.tmka_contents {
	position: relative;
	width: 824px;
	min-height:770px;
	background: #9ed37a url(../images/tmka/landing/tmka_landing_bg.gif) repeat-x top left;
	color: #000;
	padding-bottom:0px;
}

.tmka_footer {
	float:left;
	clear: left;
	margin:0;
	padding:0;
	width:824px;
	height:30px;
	background: #1483ae url(../images/tmka/landing/tmka_landing_footer.gif) no-repeat top left;
}

.tmka_contents .bg01 {
	height: 209px;
	width: 824px;
	background: url(../images/tmka/landing/bg01.gif) no-repeat top left;
	z-index: 0;
}

.tmka_contents p {
	margin-bottom: 10px;
}

.z01 {
	z-index: 1;
}

.tmka_contents .main_screenshot {
	position: absolute;
	width: 374px;
	height: 429px;
	top: 97px;
	left: 394px;
	z-index: 0;
}

/*a.tmka_download {
	width: 290px;
	height: 36px;
	background: url(../images/tmka/button_download_off.png) no-repeat top left;
	z-index: 1;
}

a:hover.tmka_download {
	background: url(../images/tmka/button_download_on.png) no-repeat top left;
}
*/

a.tmka_download {
	background: url(../images/tmka/landing/tmka_download.png);
	display: block;
	height: 36px;
	width: 290px;
	overflow: hidden;
}

a:hover.tmka_download {
	background-position: 0 -36px;
}

a:active.tmka_download {
	background-position: 0 -72px;
}
/* This "filler" helps the button act like a regular image and should be attached to spacer.gif. You can then attach alt text to the spacer. */
a.tmka_download img.filler {
	width: 290px;
	height: 36px;
}