/*
Tag Selectors
*/
body {
	padding: 0;
	margin: 0;
	background: #CCC;
	color: #FFF;
	}
img { border: none; }
table, th, td, tr { text-align: center; }
/*
ID Selectors
*/
	/* Container Selectors */
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#container {
	padding: 5px;
	margin-left: -250px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 500px;
	visibility: visible;
	border: 50px solid #666;
	font: italic bold 15px/1em "Courier New", Courier, mono;
	text-transform: uppercase;
	background: #000;
	height: 300px;
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 170px;
	width: 300px;
	top: -135px;
	margin-left: -200px;
	}
/*
Class Selectors
*/
	/* Text Colouring */
.purple, .green, .yellow, .salmon, .pink { line-height: 1.5em; }
.red, .pink2, .purple2 { line-height: 0.7em; }
.purple { color: #96C; }
.green { color: #6C6; }
.yellow { color: #FF0; }
.salmon { color: #C69; }
.pink { color: #F0F; }
.red { color: #C00; }
.purple2 { color: #96C; }
.pink2 { color: #F0F; }