body {
	background-color: #000000;
	font-family: monospace;
	font-size: 18px;
	font-weight: bold;
	color: #606060;
	text-align: center;
	margin-top: 150px;
}

div#something {
	position: "fixed";
	width: 100%;
}

p.white {
	font-size: 24px;
	font-weight: normal;
	color: #c0c0c0;
}

p#errorstr {
	font-size: 24px;
	color: #c0c0c0;
}

p.small {
	font-size: 14px;
	font-weight: normal;
}

a {
	padding: 4px;
	font-size: 14px;
	color: #606060;
}

a:hover {
	background-color: #202020;
	color: #c0c0c0;
}

@keyframes atomilogo {
	0% {opacity: 0.2;}
	40% {opacity: 1.0;}
	80% {opacity: 0.2;}
	100% {opacity: 0.2;}
}

img#logo {
	animation: infinite;
	animation-name: atomilogo;
	animation-duration: 3s;
	ainmation-delay: 4s;
}
