	html {
			background:#fff url(images/bg.gif) center repeat;
	}
	
	body {
			margin:0;
	}

	table {
			border-collapse:collapse;
			border:0;
			margin:0;
	}
	
	td {
			padding:0;
	}
	
	
	#structure {
			width:100%;
			height:100%;
			border:0;
			border-collapse:collapse;
			margin:auto;
	}
	
	#top {
			height:100%;
	}
	
/*tt = table top */
	#tt1 {
			width:100%;
			height:100%;
			border-collapse:collapse;
			border:0;
	}
	
	/*ctt1 = column of table top 1*/
	#ctt1 {
			text-align:center;
	}
	
	#tt2 {
			width:630px;
			height:100%;
			margin:auto;
			border-collapse:collapse;
			border:0;
	}
	
	#r1ctt2 {
			text-align:center;
			vertical-align:top;
	}
	
	#r1ctt2 img {
			margin-top:40px;
			border:0;
	}
	
	#r2ctt2 {
		text-align:center;
	}
	
	#r2ctt2 img {
			margin:15px;
			padding:3px;
			border:solid 1px #666;
	}
	
	#r3ctt2 {
			font-family:verdana, arial;
			text-align:center;
			font-size:12px;
			vertical-align:middle;
			color:#666;
	}
	
	#r3ctt2 a {
		color:#fff;
		line-height:20px;
		text-decoration:none;
		padding:15px;
	}
	#r3ctt2 a:hover {
		color:#999;
		text-decoration:underline;
	}
	
	#kw {
			font-size:10px;
			color:#404040;
			text-align:center; 
			margin:3px auto; 
			line-height:14px; 
			width:900px;
	}	