* {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana;
	border: 0;
}

body {
	background-color: #fff;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#wrapper {
	text-align: center;
	width: 100%;
}

#description {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}

#support {
	text-align: center;
}

#neowork-badge {
	position: absolute;
	right: 0px;
	bottom: 25px;
	
	width: 60px;
	height: 170px;
	
	background: url("/images/neowork-badge.png") -60px 0 no-repeat;
}

#neowork-badge:hover {
	background-position: 0 0;
}

#footer {
	position: absolute;
	bottom: 0;
	
	width: 100%;
	margin: 10px 0 10px 0;

	font-size: 9px;
	text-align: center;
}