body {
	background-color: white;
	background-image: url(miaow.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
}


#textbox {
	width: 200px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 40px;
	border: 1px solid #666;
	text-align: center;
	margin: 2px;
	padding: 4px;
	font-family: arial, verdana, tahoma;
	font-size: 11px;

}

#about {
	width: 200px;
	height: auto;
	position: absolute;
	top: 242px;
	left: 40px;
	background-image: url(texbox_bgr.gif);
	border: 1px solid #666;
	text-align: center;
	margin: 2px;
	padding: 4px;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
}


code {
	font-family: arial, verdana, tahoma;
	width: 190px;
	position: relative;
	display: block;
	color: #000;
	text-align: left;
}

span {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: -8px;
	top: 0;
	padding-bottom:6px;

}


a {
	color: #6666CC;
	text-decoration: underline;

}

a:hover {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px dashed #000099;
}

#dnlholder {
	width: 240px;
	height: 220px;
	position: absolute;
	top:60px;
	left: 280px;
	border: 1px solid #666;
	margin: 2px 0 2px 2px;
	padding: 4px 0 4px 4px;
	text-align: left;
	font-family: arial, verdana, tahoma;
	font-size: 11px;

}

#dnlholder code, #mailbox code { 
	width: 240px;
}




ul {
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	padding-left:0;
	margin-left: 8px;
	margin-bottom: 0;
	padding-bottom: 0;
	list-style-type: none;
}

li {
	padding-bottom: 4px;
}

#mailbox {
	width: 240px;
	height: auto;
	position: absolute;
	top: 338px;
	left: 280px;
	border: 1px solid #666;
	text-align: center;
	margin: 2px;
	padding: 4px;
	font-family: arial, verdana, tahoma;
	font-size: 11px;

}

#cc {
	width: 740px;
	height: auto;
	position: absolute;
	margin:auto;
	top: 440px;
	color: black;
	text-align: left;
	font-family: arial, verdana, tahoma;
	font-size: 11px;

}

#cc a {
   text-decoration: none;
   color: black;
}

#cc p {
	text-align: center;
	padding: 0;
	margin:-14px 0 0 0;
}

	
