html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	}
	
body {
	background-color: white url('img/top_left.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}
img, div {
	padding: 0px;
	margin: 0px;
}
table, tr, td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: none;
	height: 100%;
	width: 100%;
	vertical-align: top;
	text-align: left;
	}
	
img {
	border: 0px solid white;
	}
div { text-align: left; color: #B3A98B; font-weight: bold; font-size: 12px;}
.clink, .clink:link, .clink:visited { color: #B3A98B; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #B3A98B; margin-left: 16px; font-size: 12px;}
.clink:hover { color: #666633;}

#topl { position: absolute; top: 0; left: 0; width: 290px; height: 443px; background: transparent url('img/top_left.gif') no-repeat top left;}
#topr { position: absolute; top: 0; right: 0; width: 50%; height: 55%;}
#botl { position: absolute; bottom: 0; left: 0; width: 117px; height: 51px; background: transparent url('img/bot_left.gif') no-repeat bottom left;}
#botr { position: absolute; bottom: 0; right: 0; width: 546px; height: 126px; background: transparent url('img/bot_right.gif') no-repeat bottom right;}
