@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
body,td,th {
	color: #FFF;
}
.ice{
	position:absolute;
	left: 0;
	top: 0;
}
.php{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	position:absolute;
	left: 700px;
	top: 50px;
}
.twitter{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	position:relative;
	z-index: 1;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}