body,body {
	background-color: #424242;
	color: #fff;
	text-align:center;
	height: 100%;
	padding: 0;
	margin: 0;
	font: normal normal small "Courier New", Courier, monospace;
}
a { color: #EEEEEF; text-decoration:none; border-bottom: 1px dashed #EEEEEF; }
a:visited { color: #ffcccd; text-decoration:none; border-bottom: 1px dashed #ffcccd; }
a:active { color: #EEEEEF; text-decoration:none; border-bottom: 1px dashed #EEEEEF; }
a:hover { color: #EEEEEF; text-decoration:none; border-bottom: 1px solid #ddddde; }
#top { height:75px; width:100%; border-bottom:4px solid #797979; margin:0;padding:0; }
#left {
	width: 49%;
	overflow: auto;
	margin:0; padding:10px 0 10px 0;
	float:left;
	position:absolute;
	top:80px; left:0; bottom: 0;
}
#right {
	width: 50%;
	overflow: auto;
	margin:0; padding:10px 0 10px 0;
	float:right;
	position:absolute;
	top:80px; left:49%; bottom:0;
	background-color: #424242;
	border-left: 2px dashed #797979;

}
input {border: 1px solid black; font-size:small; background:#fff;}
button {border: 1px solid black; font-size:small; background:#fff;}
#z {
    color:#484848;
    position:absolute;
    top:92%; left:95%;
    font-size:2em;
}