* {
	cursor: default;
}
#screen {
	border: 4px solid #999;
	font-family: sans-serif;
	background: black;
	color: white;
	width: 1280px;
	height: 400px;
}

#container {
	width: 1280px;
	margin: 0 auto;
}

body {
	background: #333;
}

body > * {
	text-align: center;
	color: #ddd;
}

h1 {
	font-size: 32pt;
	margin-bottom: 0;
}

h2 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 10pt;
	font-style: italic;
}

a, a:active, a:visited {
	text-decoration: underline;
	color: #ddd;
	cursor: pointer !important;
}

body > div {
	margin-top: 8px;
}

p {
	margin: 0;
}