/* screen.css */

body {
	font-size: 0.79em;
  font-family: arial, sans-serif;
  color: #222;
  background-color: #fff;
	padding: 30px;
}

.center {
	text-align: center;
}

#splash {
	background: #fff url("annoying-sounds.gif") no-repeat center center;
	height: 600px;
	width: 100%;
}
