/* CSS Document */

body {
	background-color:#000;
	color:#fff;
	font-size:1em;
	letter-spacing: 0.08em;
	line-height:1.6em;
	font-family:Arial, sans-serif;
	text-decoration: none;
	margin:6px;
}
#myContainer {
	position:absolute;
	width:588px;
	height:588px;
	margin:0;
	padding:0;
	border:1px;
	border-style:solid;
	border-color:#000;
	background-color:#000;
}
#control {
	position:absolute;
	bottom:8px;
	z-index:80;
	
	text-align:left
}
.button {
	background-color:transparent;
	color:#fff;
	border:hidden;
	font-size: 28pt;
}
.button:hover, .button:active {
	color:#999;
}
