html, body
{
	width:100%;
	height:100%;
	
	margin:0;
	padding:0;
	border:none;
	
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	color:#000000;
	cursor:default;
	
	background-image:url(../images/sand_back.jpg);
}

.page
{
	position:relative;
	width:100%;
	height:100%;
}

.content
{
	position:relative;
	
	border:1px solid #993300;
	
	margin:0 auto;
	
	width:800px;
	height:580px;
	
	color:#000000;
	
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

.get-reader
{
	position:absolute;
	right:40px;
	top:70px;
	
	display:block;
	text-decoration:none;
	
	background-image:url(../images/get_adobe_reader.gif);
	background-repeat:no-repeat;
	
	width:112px;
	height:33px;
	
	z-index:50;
}

.get-reader span
{
	display:none;
}

.get-reader-note
{
	position:absolute;
	font-size:10px;
	
	top:80px;
	right:160px;
	
	z-index:51;
	
	text-decoration:underline;
}

.bamboo-frame
{
	position:absolute;
	float:left;
	
	background-image:url(../images/bamboo-frame.png);
	background-repeat:no-repeat;
	
	width:800px;
	height:580px;
	
	top:0;
	left:0;
	
	z-index:15;
}

.bamboo-footer
{
	position:absolute;
	
	background-image:url(../images/bamboo-footer.png);
	background-repeat:no-repeat;
	
	width:568px;
	height:31px;
	
	bottom:0;
	left:120px;
	
	text-align:center;
	z-index:17;
}

.footer-note
{
	display:block;
	position:relative;
	float:left;
	
	font-size:11px;
	font-weight:bold;
	
	clear:right;
	
	left:140px;
	top:2px;
}

.footer-copyright
{
	display:block;
	position:relative;
	float:left;
	
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	
	left:158px;
	bottom:4px;
}