@charset "utf-8";
/* CSS Document */

body {
	background-color:#242424;
	font-family: Arial;
height: 100%;
margin:0;
padding:0;
}	 
body,td,th {
    color: #f667ff;
	font-family: Arial;
	font-size: 10pt;
}
a:link {
	color: #ab45f9;
	text-decoration:none;
}
a:visited {
	color: #ab45f9;
}
a:hover {
	color: #00ffd8;
}
a:active {
	color: #67ffab;
}
#bold {
	font-weight: bold;
	color: #67ffaa;
}

/* sticky footer */
html {height: 100%;
}

#wrap {min-height: 100%;
}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	text-align:center;
	clear:both;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}