
    body {

	font-family: monospace;
	margin: 5px;
	background: #000;

    }

    #container {

	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	text-align: center;

    }

    #plate {

	position: relative;
	top: 30px;
	font-size: 100px;
	color: #c30;
	background: #eee;
	border: solid 1px blue;

    }

    #one, #two, #three, #four, #five, #six, #hyphen {

	text-align: center;
	width: 92px;

    }

    .trough {

	position:absolute;
	width: 675px;
	height: 30px;
	background-color:#eee;
	border: 1px outset #eee;

    }

    #slider1, #slider2, #slider3 {

	position:absolute;
	height:28px;
	width:75px;
	background-color:#eee;
	border:1px outset #eee;
	
    }
    
    #display {

	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: -100px;
	height:50px;
	width:200px;
	font-style: bold;
	font-size: 14pt;
	color: blue;

    }

