@import url('reset.css');
@import url('text.css');
body, html {
	background: #000;
}
* {
	color:#FF0;
}
.wrapper {
	width: 690px;
	margin: 0 auto;
}
a, a:active, a:focus {
}
li {
	list-style-position: outside;
	margin-bottom: 10px;
	margin-top: 10px;
}