body {
	background-color: black;
	font-family: Tahoma, "Trebuchet MS", Arial;
}
#signup {
	left:500px;
	text-align: center;
	width:400px;
	height:100%;
	background: #fff;
	font-family:Verdana, Arial, Trebuchet MS;
	font-size:12pt;
}
ul { margin: 15px 0px 0px 0px;
padding: 0;
}
ul li { 
display: block;
padding: 7px 10px 10px 30px;
background: url(images/pencil.png) no-repeat; 
margin-left: 575px;
color: #FFF;
}
a {
	color: white;
}
a:hover {
	color: #c24eff;
}
a:visited {
	color: #c24eff;
}
a:active {
	color: #c24eff;
}

