html, body {
	margin:					0;
	padding:				0;
	height:					95%;
	background-image:		url(../bodybg.png);	
	background-position:	center;
	font-family:			Helvetica LT Condensed, Arial, sans-serif;
	font-size:				13px;
}

h1 {
	font-size:				20px;
	margin:					0;
	padding:				0;
}

table {
	width:					100%;
	height:					95%;
	margin:					0;
	padding:				0;
	background-image:		url(../back.jpg);
	background-position:	center;
	background-repeat:		repeat-x;
}

#btn01 {
	width:					1009px;
	height:					315px;
	background-image:		url(../01bg.png);
	background-position: 	bottom;
	text-align:				left;
}

#btn02 {
	height:					315px;
	background-image:		url(../02bg.png);
	background-position: 	top;
	width:					1009px;
	text-align:				left;
}

#btn1txt, #btn2txt {
	position:				absolute;
	width:					261px;
	height:					195px;	
}

#btn1txt {
	margin-left:			620px;
	margin-top:				85px;	
}

#btn2txt {
	margin-top:				32px;
	margin-left:			110px;
	
}

#btn1txt h1 {
	color:					#ebdeb7;
}

#btn2txt h1 {
	color:					#ceffd5;
}