/* CSS Document */

body { background-color:#000000;
	text-align:center;
	margin-left:0; margin-right:0;
	font-family:Arial, Helvetica, sans-serif; }

p { font-size:small;
	letter-spacing: 2px;
	color:#0000FF; }
	
a { text-decoration:none; }

h2, h2 a { color:#9900CC;
	font-size:14px;
	font-weight:bold;
	letter-spacing:5px;
	margin-bottom:-13px;
	z-index:50; }
	
#center {
	margin:auto;
	width:750px;
	text-align:left; }
	
#footer {
	clear:both;
	background-color:#CCCCCC;
	border-top:#666666 2px solid;
	width:100%;
	height: 25px;
	margin:0;
	padding-top:0px;
	/*bottom:-5px; 
	position:fixed;
	display:block; */
	/*bottom:0px; left: 0px; */
	}
	
#footer p {font-size:x-small;
	letter-spacing:2px;
	line-height:10px;
	/*padding-top:5px;*/
	color:#333333; }	
	
.ditty {
	border:#fff solid 1px;
	padding:3px;
	background-color:#E0EAED;
	color:#333333;
	font-size:x-small;
	z-index:5; }
