* {
	margin: 0;
	padding: 0;
}
body {
	cursor: default;
	padding-top: 90px;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	color: #DDD;
	background: #0A0909 url("egobits.gif") no-repeat center 150px;
}
a {
	text-decoration: none;
	color: #D4F699;
}
a:hover {
	text-decoration: underline;
}
::-moz-selection {
	color: #7AA62F;
	background-color: #D4F699;
}
