body, html {
	background-color: #000;
	color: #333;
	font-family: arial, helvetica;
	font-size: 10pt;
}

body {
	width: 640px;
	margin: 2em auto;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.nocanvas {
	color: #f50;
	font-size: 20pt;
}
.nocanvas a {
	color: #fff;
}


#anim {
	position: relative;
	width: 640px;
	height: 480px;
}

#logo {
	position: absolute;
	top: 30%;
	left: 0;
}

#play {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url('play-button.png');
	display: block;
	width: 83px;
	height: 33px;
	opacity: 0.9;
	border: 0;
	outline: 0;
}

#play:hover {
	opacity: 1;
}
