body {
	background-color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#wheel {
	width:100%;
	height:100%;
	position:absolute;
	color:#00ADF1;
	font-size:47px;
	letter-spacing:-5px;
	line-height:37px;
}
#wheel a {
	color:#2FC6FF;
	text-decoration:none;
	border:none;
	background:none;
}
#wheel a:hover{
	color:#06BBFF;
	text-decoration:none;
	border:none;
	background:#none;
}
#wheel p {
	padding:50px;
	margin:0 auto;
	width: 600px;
}