/* CSS Document */

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	background: #000;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height:1.3;
	overflow: auto;
}
a {
	color:#FFFF00;
}
#copy {
	margin: 100px;
	max-width: 420px;
}
#footer {
	margin: 0;
	position: relative;
	z-index: 1;
}
.error {
 color:#666;
}
h1{
	font-size: 16px;
}
	